Type Alias: DropdownOption
DropdownOption: {
disabled
:boolean
;label
:string
;value
:number
; }
An option to use in the dropdown. Maps to the <option>
HTML element.
Type declaration​
Name | Type | Description |
---|---|---|
disabled | boolean | The dropdown option is disabled when it cannot be selected because out of the calendar range. |
label | string | The label of the option. |
value | number | The value of the option. |