AsyncValidator
interface
An interface implemented by classes that perform asynchronous validation.
API
Usage Notes
interface AsyncValidator { optional override registerOnValidatorChange(fn: () => void): void;}}
Jump to details
An interface implemented by classes that perform asynchronous validation.
interface AsyncValidator { optional override registerOnValidatorChange(fn: () => void): void;}}