RealGrid2 API
Interface
ValidationError

ValidationError

Verification result related setting information Model

Signature:

export interface ValidationError 

Remarks

[GridBase.onValidateCol umn](/refs/Class/GridBase# onvalidatecolumn), GridBase.onValidateRow, GridBase.onValidationFail.

Properties

| Property | Type | Description | | --- | --- | --- | --- | | level | ValidationLevel | Data verification result level | | message | string | Message content to display |

Properties Desc

level

Data verification result level

Type - ValidationLevel


message

Message content to display

Type - string