MarkTargetActorInteractedHandlerOptions
Defined in: src/commands/commands.ts:177
Options for the actor-interaction marker handler preset.
Properties
Section titled “Properties”commandKinds?
Section titled “commandKinds?”
optionalcommandKinds?: readonlyGameboardInteractionCommandKind[]
Defined in: src/commands/commands.ts:181
Command kinds this handler accepts.
handlerId?
Section titled “handlerId?”
optionalhandlerId?:string
Defined in: src/commands/commands.ts:179
Handler id emitted in event records.
interactedField?
Section titled “interactedField?”
optionalinteractedField?:string
Defined in: src/commands/commands.ts:183
Metadata field written to the target actor.
metadata?
Section titled “metadata?”
optionalmetadata?:Readonly<Record<string,GameboardActorMetadataValue>>
Defined in: src/commands/commands.ts:187
Extra metadata merged into the target actor.
sourceActorField?
Section titled “sourceActorField?”
optionalsourceActorField?:string
Defined in: src/commands/commands.ts:185
Metadata field that records the source actor id.