Type Alias DropDownValues

DropDownValues: DropdownMappedValues<string, string> | [string[]]

'values' for a dropdown are either a one-element array (with the element being a string array used for both 'text' and 'value'), or a tuple of [{textKey: string, valueKey: string}[], textKey, valueKey] where textKey and valueKey are properties of entries in the array that will be used for 'text' and 'value' respectively.