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

Property

Modifiers

Type

Description

promise

Promise<EntityRefPresentationSnapshot>

A promise that resolves to a usable entity presentation.

snapshot

EntityRefPresentationSnapshot

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