Skip to content

GameboardInteractionHandlerContext

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:141

Context passed to a game-supplied command handler.

command: GameboardInteractionCommand

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:145

Planned command being handled.


preview: GameboardInteractionCommandPreview

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:147

Non-mutating execution preview used to reach this handler.


world: World

Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:143

Live Koota world being mutated by the command.