Skip to main content

Interface: SelectOption

Defined in: shared/types/componentProps.ts:302

Option definition for select components.

Propertiesโ€‹

disabled?โ€‹

readonly optional disabled: boolean

Defined in: shared/types/componentProps.ts:304

Whether this option is disabled


group?โ€‹

readonly optional group: string

Defined in: shared/types/componentProps.ts:306

Optional group for organizing options


labelโ€‹

readonly label: string

Defined in: shared/types/componentProps.ts:308

Display label for the option


valueโ€‹

readonly value: string

Defined in: shared/types/componentProps.ts:310

Unique value for the option