g3-toolkit API Reference
    Preparing search index...

    Interface Combo

    interface Combo {
        collapsed: boolean;
        id: string;
        label: string;
        memberIds: Set<string>;
        parentComboId?: string;
    }
    Index

    Properties

    collapsed: boolean
    id: string
    label: string
    memberIds: Set<string>
    parentComboId?: string