Skip to content

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.

O extends string = string

readonly kind: "select"

Defined in: tools/lab/src/grammar/controls.ts:22


readonly optional label?: string

Defined in: tools/lab/src/grammar/controls.ts:25


readonly options: readonly O[]

Defined in: tools/lab/src/grammar/controls.ts:24


readonly value: O

Defined in: tools/lab/src/grammar/controls.ts:23