Skip to main content

EntityRefPresentationSnapshot.primaryTitle

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

A string that can be used as a plain representation of the entity, for example in a header or a link.

Signature:

primaryTitle: string;

Remarks

The title may be short and not contain all of the information that the entity holds. When rendering the primary title, you may also want to make sure to add more contextual information nearby such as the icon or secondary title, since the primary could for example just be the metadata.name of the entity which might be ambiguous to the reader.