dynamic-forms / Interface

HttpValidatorConfig

HTTP validator configuration using Angular's validateHttp API Provides optimized HTTP validation with automatic request cancellation

Properties

NameTypeDescription
functionName
string

Name of registered HTTP validator configuration

params
Record<string, unknown> | undefined

Optional parameters to pass to HTTP validator

type
"customHttp"

Validator type identifier

when
inherited from BaseValidatorConfig
ConditionalExpression | undefined

Conditional logic for when validator applies