Skip to content

MarkTargetActorInteractedHandlerOptions

Defined in: src/commands/commands.ts:177

Options for the actor-interaction marker handler preset.

optional commandKinds?: readonly GameboardInteractionCommandKind[]

Defined in: src/commands/commands.ts:181

Command kinds this handler accepts.


optional handlerId?: string

Defined in: src/commands/commands.ts:179

Handler id emitted in event records.


optional interactedField?: string

Defined in: src/commands/commands.ts:183

Metadata field written to the target actor.


optional metadata?: Readonly<Record<string, GameboardActorMetadataValue>>

Defined in: src/commands/commands.ts:187

Extra metadata merged into the target actor.


optional sourceActorField?: string

Defined in: src/commands/commands.ts:185

Metadata field that records the source actor id.