Skip to main content
Version: Next

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

entityRef

string

The ref to the entity that this snapshot represents.

Icon?

IconComponent | undefined | false

(Optional) Optionally, an icon that represents the kind/type of entity.

primaryTitle

string

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