Skip to main content
Version: Next

DefaultEntityPresentationApiRenderer

Home > @backstage/plugin-catalog > DefaultEntityPresentationApiRenderer

A custom renderer for the DefaultEntityPresentationApi.

Signature:

export interface DefaultEntityPresentationApiRenderer 

Properties

Property

Modifiers

Type

Description

async?

boolean

(Optional) Whether to request the entity from the catalog API asynchronously.

render

(options: { entityRef: string; loading: boolean; entity: Entity | undefined; context: { defaultKind?: string; defaultNamespace?: string; }; }) => { snapshot: Omit<EntityRefPresentationSnapshot, 'entityRef'>; }

The actual render function.