DispatchGameboardInteractionCommandResult
Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:31
Result of dispatching one interaction command.
Properties
Section titled “Properties”eventRecords
Section titled “eventRecords”eventRecords: readonly
GameboardSystemEventRecord[]
Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:37
Serializable event records derived from events.
events
Section titled “events”events: readonly
GameboardSystemEvent[]
Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:35
In-memory events emitted by the dispatch.
execution
Section titled “execution”execution:
GameboardInteractionCommandExecution
Defined in: packages/declarative-hex-worlds/src/systems/command-dispatch.ts:33
Command execution result.