Skip to main content

EntityLayoutProps

Home > @backstage/plugin-catalog > EntityLayoutProps

Signature:

export interface EntityLayoutProps 

Properties

Property

Modifiers

Type

Description

children?

React.ReactNode

(Optional)

NotFoundComponent?

React.ReactNode

(Optional)

parentEntityRelations?

string[]

(Optional) 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.

UNSTABLE_contextMenuOptions?

EntityContextMenuOptions

(Optional)

UNSTABLE_extraContextMenuItems?

ExtraContextMenuItem[]

(Optional)