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