Skip to main content
Version: Next

CatalogKindHeaderProps

Home > @backstage/plugin-catalog > CatalogKindHeaderProps

Props for CatalogKindHeader().

Signature:

export interface CatalogKindHeaderProps 

Properties

Property

Modifiers

Type

Description

allowedKinds?

string[]

(Optional) Entity kinds to show in the dropdown; by default all kinds are fetched from the catalog and displayed.

initialFilter?

string

(Optional) The initial kind to select; defaults to 'component'. A kind filter entered directly in the query parameter will override this value.