Wagtail client-side components
    Preparing search index...
    interface ComboBoxItem {
        blockDefId?: string;
        category?: string;
        description?: null | string;
        icon?: null | string | Element;
        isPreviewable?: boolean;
        label?: null | string;
        render?: (props: { option: ComboBoxItem }) => string | Element;
        type?: string;
    }
    Index

    Properties

    blockDefId?: string
    category?: string
    description?: null | string
    icon?: null | string | Element
    isPreviewable?: boolean
    label?: null | string
    render?: (props: { option: ComboBoxItem }) => string | Element
    type?: string