Skip to main content

EntityRefPresentation

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

The visual presentation of an entity reference.

Signature:

export interface EntityRefPresentation 

Properties

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