Interface

BuiltInValidatorConfig

@ng-forge/dynamic-forms

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

Signature

interface BuiltInValidatorConfig
  extends BaseValidatorConfig

Properties

NameTypeDescription
type "required" | "email" | "min" | "max" | "minLength" | "maxLength" | "pattern"Validator type identifier
value ?string | number | RegExpStatic value for the validator (e.g., min value, pattern)
expression ?stringDynamic value expression that evaluates to validator parameter