dynamic-forms / Interface

BuiltInValidatorConfig

Built-in validator configuration (required, email, min, max, etc.)

Properties

NameTypeDescription
expression
string | undefined

Dynamic value expression that evaluates to validator parameter

type
"email" | "required" | "min" | "max" | "minLength" | "maxLength" | "pattern"

Validator type identifier

value
string | number | RegExp | undefined

Static value for the validator (e.g., min value, pattern)

when
inherited from BaseValidatorConfig
ConditionalExpression | undefined

Conditional logic for when validator applies