Skip to content

DispatchGameboardInteractionCommandResult

Defined in: src/systems/systems.ts:236

Result of dispatching one interaction command.

eventRecords: readonly GameboardSystemEventRecord[]

Defined in: src/systems/systems.ts:242

Serializable event records derived from events.


events: readonly GameboardSystemEvent[]

Defined in: src/systems/systems.ts:240

In-memory events emitted by the dispatch.


execution: GameboardInteractionCommandExecution

Defined in: src/systems/systems.ts:238

Command execution result.