@waylis/core / Command
Interface: Command
Defined in: src/scene/command.ts:2
Represents a command that can trigger a scene.
Properties
description?
ts
optional description: string;
Defined in: src/scene/command.ts:8
A short description explaining what the command does.
label?
ts
optional label: string;
Defined in: src/scene/command.ts:6
A human-readable label for the command.
value
ts
value: string;
Defined in: src/scene/command.ts:4
The unique identifier or value of the command.