React Validator - ValidatedEvent

The type of the validated event handler's argument.

import { ValidatorTypes } from "devextreme-react/validator"
Type: ValidatorTypes.ValidatedEvent

brokenRule

The object that represents the first broken rule on the list of specified validation rules.

brokenRules

An array of validationRules that failed to pass the check.

isValid

Indicates whether the value satisfies all rules.

Type:

Boolean

name

The value of the name property.

Type:

String

status

Indicates the validation status.

validationRules

An array of validation rules specified for the current dxValidator object.

value

The validated value.

Type:

Object