Class: ValidationProperty

@aofl/form-validate~ ValidationProperty

ValidationProperty implementation

new ValidationProperty(target, validators, _propName)

Creates an instance of ValidationProperty.
Parameters:
Name Type Description
target Object
validators Object
_propName String
Source:

Members


<readonly> observed :Boolean

Type:
  • Boolean
Source:

<readonly> pending :Boolean

Type:
  • Boolean
Source:

<readonly> valid :Boolean

Type:
  • Boolean
Source:

<readonly> validateComplete :Promise

Type:
  • Promise
Source:

Methods


getKeys()

Source:
Returns:
Type
Array

reset()

Source:

toString()

Source:
Returns:
Type
String

validate()

Source: