Integration App React - v2.21.0
    Preparing search index...

    Interface ComboBoxOption

    interface ComboBoxOption {
        value?: any;
        label: ReactNode;
        hint?: string;
        hintPrefix?: string;
        searchLabel?: string;
        childrenCount?: number;
        isSection?: boolean;
        drillDown?: DataLocator;
        drillDownOptionFactory?: any;
        addVariable?: string;
        childCategory?: DropdownCategoryType;
        iconUri?: string;
        iconType?: SvgIconType;
    }
    Index

    Properties

    value?: any
    label: ReactNode
    hint?: string
    hintPrefix?: string
    searchLabel?: string
    childrenCount?: number
    isSection?: boolean
    drillDown?: DataLocator
    drillDownOptionFactory?: any
    addVariable?: string
    childCategory?: DropdownCategoryType
    iconUri?: string
    iconType?: SvgIconType