OpenFairyGUI API
    Preparing search index...

    Interface UamComponentInstanceComboItem

    interface UamComponentInstanceComboItem {
        icon: string | null;
        title: string | null;
        value: string | null;
    }
    Index
    icon: string | null
    title: string | null
    value: string | null