WidgetOption
Defined in: src/core/types.ts:1316
An option in a combo/list box widget.
Properties
Section titled “Properties”index:
number
Defined in: src/core/types.ts:1318
Option index.
label:
string
Defined in: src/core/types.ts:1320
Option label text.
selected
Section titled “selected”selected:
boolean
Defined in: src/core/types.ts:1322
Whether this option is selected.