RemoveTargetPlacementHandlerOptions
Defined in: src/commands/commands.ts:165
Options for the placement-removal handler preset.
Properties
Section titled “Properties”commandKinds?
Section titled “commandKinds?”
optionalcommandKinds?: readonlyGameboardInteractionCommandKind[]
Defined in: src/commands/commands.ts:169
Command kinds this handler accepts.
handlerId?
Section titled “handlerId?”
optionalhandlerId?:string
Defined in: src/commands/commands.ts:167
Handler id emitted in event records.
includeActorPlacements?
Section titled “includeActorPlacements?”
optionalincludeActorPlacements?:boolean
Defined in: src/commands/commands.ts:171
Permit actor placements to be removed by this placement handler.