SelectControl
Defined in: tools/lab/src/grammar/controls.ts:21
The scenario grammar — everything a *.scenario.ts file imports.
Type-only where the engine is concerned, so importing this entry pulls in no
runtime engine code and no pixi. The browser shell lives in
@yagejs-tools/lab/runner.
Type Parameters
Section titled “Type Parameters”O extends string = string
Properties
Section titled “Properties”
readonlykind:"select"
Defined in: tools/lab/src/grammar/controls.ts:22
label?
Section titled “label?”
readonlyoptionallabel?:string
Defined in: tools/lab/src/grammar/controls.ts:25
options
Section titled “options”
readonlyoptions: readonlyO[]
Defined in: tools/lab/src/grammar/controls.ts:24
readonlyvalue:O
Defined in: tools/lab/src/grammar/controls.ts:23