GameboardScenarioSimulationCommandRecord
Defined in: src/simulation/report.ts:147
Flattened command record with step provenance.
Properties
Section titled “Properties”command
Section titled “command”command:
GameboardInteractionCommandRecord
Defined in: src/simulation/report.ts:157
Serializable command execution record.
eventType
Section titled “eventType”eventType:
"movement-requested"|"command-handled"|"command-blocked"|"command-ignored"|"command-handler-required"|"patrol-move-requested"|"patrol-waiting"|"patrol-completed"|"patrol-blocked"|"movement-stepped"|"movement-completed"|"movement-blocked"|"quest-advanced"|"quest-completed"|"quest-blocked"
Defined in: src/simulation/report.ts:155
Event type that carried the command.
stepId?
Section titled “stepId?”
optionalstepId?:string
Defined in: src/simulation/report.ts:151
Authored step id.
stepIndex
Section titled “stepIndex”stepIndex:
number
Defined in: src/simulation/report.ts:149
Step index that emitted the command.
stepLabel?
Section titled “stepLabel?”
optionalstepLabel?:string
Defined in: src/simulation/report.ts:153
Authored step label.