Type

ResolvedValidationExecutionConfig

@ng-forge/dynamic-forms

Fully resolved validation execution config — every property defined.

@public

Signature

type ResolvedValidationExecutionConfig = Required<ValidationExecutionConfig>;

Properties

NameTypeDescription
validateWhenHidden boolean

Whether validators run while a field is hidden (statically, via hidden logic, or because any ancestor is hidden).

When false, all validators on a hidden field are skipped — the field is effectively inert until shown. State logic (hidden/disabled/readonly) and value derivations continue to apply.