Skip to main content

CatalogKindHeaderProps

Home > @backstage/plugin-catalog > CatalogKindHeaderProps

Props for CatalogKindHeader().

Signature:

export interface CatalogKindHeaderProps 

Properties

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