GameboardScenarioSimulationRemovePlacementStep
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:184
Removes a placement by id.
Extends
Section titled “Extends”Properties
Section titled “Properties”action
Section titled “action”action:
"remove-placement"
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:187
Step discriminator.
optionalid?:string
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:86
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: packages/declarative-hex-worlds/src/simulation/script-types.ts:88
Human-readable step label for reports.
Inherited from
Section titled “Inherited from”GameboardScenarioSimulationStepBase.label
placementId
Section titled “placementId”placementId:
string
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:189
Placement id to remove.
systems?
Section titled “systems?”
optionalsystems?:false|RunGameboardSystemsOptions
Defined in: packages/declarative-hex-worlds/src/simulation/script-types.ts:191
Systems to run after removal, or false to skip.