Backstage
    Preparing search index...

    Props for EntityKindPicker.

    interface EntityKindPickerProps {
        allowedKinds?: string[];
        hidden?: boolean;
        initialFilter?: string;
    }
    Index

    Properties

    allowedKinds?: string[]

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

    hidden?: boolean
    initialFilter?: string