EntityRefPresentationSnapshot
Home > @backstage/plugin-catalog-react
> EntityRefPresentationSnapshot
The visual presentation of an entity reference at some point in time.
Signature:
export interface EntityRefPresentationSnapshot
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
The ref to the entity that this snapshot represents. | ||
IconComponent | undefined | false |
(Optional) Optionally, an icon that represents the kind/type of entity. | ||
string |
A string that can be used as a plain representation of the entity, for example in a header or a link. | ||
string |
(Optional) Optionally, some additional textual information about the entity, to be used as a clarification on top of the primary title. |