BuiltInValidatorConfig
| Extends: | |
Built-in validator configuration (required, email, min, max, etc.)
Properties
| Name | Type | Description |
|---|---|---|
| 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 | | Conditional logic for when validator applies |