Backstage
    Preparing search index...

    Props for CatalogKindHeader.

    interface CatalogKindHeaderProps {
        allowedKinds?: string[];
        initialFilter?: string;
    }
    Index

    Properties

    allowedKinds?: string[]

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

    initialFilter?: string

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