Skip to content

LSDE Dialog Engine / ActionSignature

Interface: ActionSignature

Defined in: types.ts:497

Action signature defining a reusable action type. Map id to your engine's action handlers.

Properties

id

id: string

Defined in: types.ts:501

Short action type identifier (e.g. "set_flag"). Referenced by ExportAction.actionId.


params

params: SignatureParam[]

Defined in: types.ts:503

Parameter definitions describing the expected inputs.


uuid

uuid: string

Defined in: types.ts:499

Unique identifier for this signature.