GameboardScenarioSimulationUpdatePlacementStep
Defined in: src/simulation/script.ts:252
Updates a placement by id.
Extends
Section titled “Extends”Properties
Section titled “Properties”action
Section titled “action”action:
"update-placement"
Defined in: src/simulation/script.ts:255
Step discriminator.
optionalid?:string
Defined in: src/simulation/script.ts:98
Optional stable step id used by reports and expectations.
Inherited from
Section titled “Inherited from”GameboardScenarioSimulationStepBase.id
label?
Section titled “label?”
optionallabel?:string
Defined in: src/simulation/script.ts:100
Human-readable step label for reports.
Inherited from
Section titled “Inherited from”GameboardScenarioSimulationStepBase.label
placement
Section titled “placement”placement:
UpdateGameboardPlacementOptions
Defined in: src/simulation/script.ts:259
Placement update options.
placementId
Section titled “placementId”placementId:
string
Defined in: src/simulation/script.ts:257
Placement id to update.
systems?
Section titled “systems?”
optionalsystems?:false|RunGameboardSystemsOptions
Defined in: src/simulation/script.ts:261
Systems to run after update, or false to skip.