Interface ICellInputValidatorResponse

A response object returned from cell input validator

Hierarchy

  • ICellInputValidatorResponse

Properties

Properties

message?: string

Validation error message. Set only when input is invalid

valid: boolean

Flag indicating cell input is valid or not

Generated using TypeDoc