DispatchGameboardInteractionCommandResult
Defined in: src/systems/systems.ts:236
Result of dispatching one interaction command.
Properties
Section titled “Properties”eventRecords
Section titled “eventRecords”eventRecords: readonly
GameboardSystemEventRecord[]
Defined in: src/systems/systems.ts:242
Serializable event records derived from events.
events
Section titled “events”events: readonly
GameboardSystemEvent[]
Defined in: src/systems/systems.ts:240
In-memory events emitted by the dispatch.
execution
Section titled “execution”execution:
GameboardInteractionCommandExecution
Defined in: src/systems/systems.ts:238
Command execution result.