MarkTargetActorInteractedHandlerOptions
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:184
Options for the actor-interaction marker handler preset.
Properties
Section titled “Properties”commandKinds?
Section titled “commandKinds?”
optionalcommandKinds?: readonlyGameboardInteractionCommandKind[]
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:188
Command kinds this handler accepts.
handlerId?
Section titled “handlerId?”
optionalhandlerId?:string
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:186
Handler id emitted in event records.
interactedField?
Section titled “interactedField?”
optionalinteractedField?:string
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:190
Metadata field written to the target actor.
metadata?
Section titled “metadata?”
optionalmetadata?:Readonly<Record<string,GameboardActorMetadataValue>>
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:194
Extra metadata merged into the target actor.
sourceActorField?
Section titled “sourceActorField?”
optionalsourceActorField?:string
Defined in: packages/declarative-hex-worlds/src/commands/commands.ts:192
Metadata field that records the source actor id.