Skip to content

LSDE Dialog Engine / ValidationResult

Interface: ValidationResult

Defined in: types.ts:608

Result of block validation.

Properties

reason?

optional reason?: string

Defined in: types.ts:612

Reason for validation failure. Passed to InvalidateBlockArgs.reason when valid is false.


valid

valid: boolean

Defined in: types.ts:610

Whether the block passed validation. When false, the onInvalidateBlock handler is called.