EntityLayoutProps.parentEntityRelations
Home > @backstage/plugin-catalog
> EntityLayoutProps
> parentEntityRelations
An array of relation types used to determine the parent entities in the hierarchy. These relations are prioritized in the order provided, allowing for flexible navigation through entity relationships.
For example, use relation types like ["partOf", "memberOf", "ownedBy"]
to define how the entity is related to its parents in the Entity Catalog.
It adds breadcrumbs in the Entity page to enhance user navigation and context awareness.
Signature:
parentEntityRelations?: string[];