RemoveTargetActorHandlerOptions
Defined in: src/commands/commands.ts:153
Options for the actor-removal handler preset.
Properties
Section titled “Properties”commandKinds?
Section titled “commandKinds?”
optionalcommandKinds?: readonlyGameboardInteractionCommandKind[]
Defined in: src/commands/commands.ts:157
Command kinds this handler accepts.
handlerId?
Section titled “handlerId?”
optionalhandlerId?:string
Defined in: src/commands/commands.ts:155
Handler id emitted in event records.
requireHostile?
Section titled “requireHostile?”
optionalrequireHostile?:boolean
Defined in: src/commands/commands.ts:159
Require the target to be hostile to the source actor.