mwg API
    Preparing search index...

    Interface DropdownOption

    interface DropdownOption {
        disabled?: boolean;
        id?: string;
        label: string;
    }
    Index
    disabled?: boolean
    id?: string

    the value the game reads back; the label when omitted

    label: string