Skip to main content

DefaultEntityPresentationApiRenderer

Home > @backstage/plugin-catalog > DefaultEntityPresentationApiRenderer

A custom renderer for the DefaultEntityPresentationApi.

Signature:

export interface DefaultEntityPresentationApiRenderer 

Properties

PropertyModifiersTypeDescription
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.