LSDE Dialog Engine / BlockProperty
Interface: BlockProperty
Defined in: types.ts:30
Generic key-value property attached to a block.
Properties
key
key:
string
Defined in: types.ts:32
Property name or identifier.
value
value:
string|number|boolean
Defined in: types.ts:34
Property value.
