Skip to content

@serenity-is/sleekgrid / ValidationResult

Interface: ValidationResult

Defined in: src/core/editing.ts:27

Result of validating an editor value before commit.

Properties

msg?

optional msg: string

Defined in: src/core/editing.ts:31

Human-readable error message when valid is false.


valid

valid: boolean

Defined in: src/core/editing.ts:29

Whether the value is valid.