Interface IRecordValidationState

Interface representing the validation state of a record in the grid.

  • key: The unique identifier of the record.
  • fields: An array of the validation state of individual fields in the record.

Hierarchy

Hierarchy (view full)

Properties

errors?: ValidationErrors
key: any