EntityRefPresentation
Home > @backstage/plugin-catalog-react
> EntityRefPresentation
The visual presentation of an entity reference.
Signature:
export interface EntityRefPresentation
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Promise<EntityRefPresentationSnapshot> |
A promise that resolves to a usable entity presentation. | ||
The representation that's suitable to use for this entity right now. | |||
(Optional) Some presentation implementations support emitting updated snapshots over time, for example after retrieving additional data from the catalog or elsewhere. |