GameboardScenarioSimulationMovementRecord
Defined in: src/simulation/report.ts:179
Flattened movement event record with step provenance.
Properties
Section titled “Properties”eventType
Section titled “eventType”eventType:
"movement-requested"|"movement-stepped"|"movement-completed"|"movement-blocked"
Defined in: src/simulation/report.ts:187
Movement event type.
movement
Section titled “movement”movement:
GameboardMovementEventRecord
Defined in: src/simulation/report.ts:189
Serializable movement event record.
stepId?
Section titled “stepId?”
optionalstepId?:string
Defined in: src/simulation/report.ts:183
Authored step id.
stepIndex
Section titled “stepIndex”stepIndex:
number
Defined in: src/simulation/report.ts:181
Step index that emitted the movement event.
stepLabel?
Section titled “stepLabel?”
optionalstepLabel?:string
Defined in: src/simulation/report.ts:185
Authored step label.