Skip to content

SelectOption

Defined in: src/widgets/controls/select.ts:11

A Select choice with a display label distinct from its value.

label: string

Defined in: src/widgets/controls/select.ts:13

Text shown to the user.


value: string

Defined in: src/widgets/controls/select.ts:15

The value reported on selection.