Wagtail client-side components
    Preparing search index...

    Interface ComboBoxCategory<ItemType>

    interface ComboBoxCategory<ItemType> {
        items: ItemType[];
        label: string | null;
        type: string;
    }

    Type Parameters

    • ItemType
    Index

    Properties

    Properties

    items: ItemType[]
    label: string | null
    type: string