Interface

AsyncValidatorConfig

@ng-forge/dynamic-forms

Async custom validator configuration using Angular's validateAsync API. Returns Observable<ValidationError | ValidationError[] | null>.

Signature

interface AsyncValidatorConfig
  extends BaseValidatorConfig

Properties

NameTypeDescription
type "async"Validator type identifier.
functionName stringName of registered async validator function
params ?Record<string, unknown>Optional parameters to pass to validator function