LSDE Dialog Engine / ValidateNextBlockContext
Interface: ValidateNextBlockContext
Defined in: types.ts:759
Context attached to a block inside ValidateNextBlockArgs.
Remarks
The character is resolved by the onResolveCharacter callback before the validation handler is invoked. If the block has no characters in its metadata, or the resolver returns nothing, character will be undefined.
See
- BlockCharacter for character data
- ValidateNextBlockArgs for usage
Properties
character
character:
BlockCharacter|undefined
Defined in: types.ts:761
Character resolved for this block, or undefined if none.
