Interface IGridValidationState

Interface representing the validation state of a grid.

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

Hierarchy

Hierarchy (view full)

Properties

Properties

errors?: ValidationErrors