Interface representing the validation state of a grid.

  • status: The validation status ('VALID' or 'INVALID').
  • errors: The validation errors if any.

Hierarchy

Hierarchy

  • IgrGridValidationState

Properties

Properties

status?: "VALID" | "INVALID"