Skip to content

BooleanControl

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

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.

readonly kind: "boolean"

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


readonly optional label?: string

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


readonly value: boolean

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