Interface: SelectOption
Defined in: shared/types/componentProps.ts:444
Option definition for select components.
Propertiesโ
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:446
Whether this option is disabled
group?โ
readonlyoptionalgroup:string
Defined in: shared/types/componentProps.ts:448
Optional group for organizing options
labelโ
readonlylabel:string
Defined in: shared/types/componentProps.ts:450
Display label for the option
valueโ
readonlyvalue:string
Defined in: shared/types/componentProps.ts:452
Unique value for the option