Skip to main content
Version: Next

EntityRefPresentation

Home > @backstage/plugin-catalog-react > EntityRefPresentation

The visual presentation of an entity reference.

Signature:

export interface EntityRefPresentation 

Properties

PropertyModifiersTypeDescription
promisePromise<EntityRefPresentationSnapshot>A promise that resolves to a usable entity presentation.
snapshotEntityRefPresentationSnapshotThe representation that's suitable to use for this entity right now.
update$?Observable<EntityRefPresentationSnapshot>(Optional) Some presentation implementations support emitting updated snapshots over time, for example after retrieving additional data from the catalog or elsewhere.