Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/forms
AsyncValidator
Interface AsyncValidator
interface
AsyncValidator
{
updateCustomValidityMessage
(
message
?:
null
|
string
)
:
void
;
validate
(
control
:
AbstractControl
<
any
>
)
:
Promise
<
null
|
ValidationErrors
>
;
}
Index
Methods
update
Custom
Validity
Message
validate
Methods
update
Custom
Validity
Message
updateCustomValidityMessage
(
message
?:
null
|
string
)
:
void
Parameters
Optional
message
:
null
|
string
Returns
void
validate
validate
(
control
:
AbstractControl
<
any
>
)
:
Promise
<
null
|
ValidationErrors
>
Parameters
control
:
AbstractControl
<
any
>
Returns
Promise
<
null
|
ValidationErrors
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
update
Custom
Validity
Message
validate
Ibyar/Aurora
Loading...