Wagtail client-side components
    Preparing search index...

    Interface ComboBoxCategory<ItemType>

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

    Type Parameters

    • ItemType
    Index

    Properties

    Properties

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