The result produced by a validator.
Options passed to the validator.
Readonlyistrue if the validation is pending, or false otherwise.
The pending validation, or null if there's no pending validation.
Aborts the validation associated with the field. No-op if there's no pending validation.
Optionalreason: unknownValidates the value of the field and values of its non-transient descendants.
If the field is already being validated, then the associated validation is aborted at the corresponding validation root.
Options passed to the validator.
The validation result.
The mixin added to fields by the validationPlugin.