Vue Validator Validation Result

A validation result.

Type:

Object

brokenRule

A rule that failed to pass the check.

isValid

Indicates whether all the checked rules are satisfied.

Type:

Boolean

validationRules

Validation rules specified for the Validator.

value

The value being validated.

Type: any