Interface: SelectOption
Defined in: shared/types/componentProps.ts:388
Option definition for select components.
Propertiesโ
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:390
Whether this option is disabled
group?โ
readonlyoptionalgroup:string
Defined in: shared/types/componentProps.ts:392
Optional group for organizing options
labelโ
readonlylabel:string
Defined in: shared/types/componentProps.ts:394
Display label for the option
valueโ
readonlyvalue:string
Defined in: shared/types/componentProps.ts:396
Unique value for the option