ValidationState Type
Validation status of an input control (`ValidationState`): `Valid`, `Invalid` with an error message, or `Pending` with an in-progress message.
Union cases
| Union case |
Description
|
Full Usage:
Invalid string
Parameters:
string
|
|
Full Usage:
Pending string
Parameters:
string
|
|
Full Usage:
Valid
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsInvalid
Returns: bool
|
|
Full Usage:
this.IsPending
Returns: bool
|
|
Full Usage:
this.IsValid
Returns: bool
|
|