Skip to main content

EntityRefPresentationSnapshot

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

The visual presentation of an entity reference at some point in time.

Signature:

export interface EntityRefPresentationSnapshot 

Properties

PropertyModifiersTypeDescription
entityRefstringThe ref to the entity that this snapshot represents.
Icon?IconComponent | undefined | false(Optional) Optionally, an icon that represents the kind/type of entity.
primaryTitlestringA string that can be used as a plain representation of the entity, for example in a header or a link.
secondaryTitle?string(Optional) Optionally, some additional textual information about the entity, to be used as a clarification on top of the primary title.