mwg API
    Preparing search index...

    Interface DropdownOptions

    interface DropdownOptions {
        disabled?: boolean;
        options: readonly DropdownOption[];
        selectedIndex?: number;
    }
    Index
    disabled?: boolean
    options: readonly DropdownOption[]
    selectedIndex?: number

    the entry selected from the start; the first enabled one when omitted