Interface: SelectOption
Defined in: shared/types/componentProps.ts:447
Option definition for select components.
Propertiesโ
disabled?โ
readonlyoptionaldisabled?:boolean
Defined in: shared/types/componentProps.ts:449
Whether this option is disabled
group?โ
readonlyoptionalgroup?:string
Defined in: shared/types/componentProps.ts:451
Optional group for organizing options
labelโ
readonlylabel:string
Defined in: shared/types/componentProps.ts:453
Display label for the option
valueโ
readonlyvalue:string
Defined in: shared/types/componentProps.ts:455
Unique value for the option