Interface
BuiltInValidatorConfig
@ng-forge/dynamic-forms
Signature
interface BuiltInValidatorConfig
extends BaseValidatorConfigProperties
| Name | Type | Description |
|---|---|---|
type | "required" | "email" | "min" | "max" | "minLength" | "maxLength" | "pattern" | Validator type identifier |
value ? | string | number | RegExp | Static value for the validator (e.g., min value, pattern) |
expression ? | string | Dynamic value expression that evaluates to validator parameter |
packages/dynamic-forms/src/lib/models/validation/validator-config.ts:16