Interface: SelectOptionGroup<T>
Represents a group SelectOption, might be useful when having grouped options in selects for example
Type parameters​
Name | Type |
---|---|
T | string |
Properties​
label​
• Optional
label: SelectOptionLabel
Label of the group
Defined in​
lib/models/select-option.ts:75
options​
• options: SelectOption
<T
>[]
Options that are inside that group