LSDE Dialog Engine / Dictionary
Interface: Dictionary
Defined in: types.ts:475
Dictionary group defining reusable key-value pairs for conditions and actions.
Properties
id
id:
string
Defined in: types.ts:479
Developer-defined identifier, used as prefix in condition keys (e.g. "groupId.rowKey").
rows
rows:
DictionaryRow[]
Defined in: types.ts:481
All entries in this dictionary group.
uuid
uuid:
string
Defined in: types.ts:477
Unique identifier for this dictionary group.
