ResolvedValueExclusionConfig
@ng-forge/dynamic-forms
Fully resolved exclusion config with all properties required.
Produced by the 3-tier resolution: field ?? form ?? global.
@public
Signature
type ResolvedValueExclusionConfig = Required<ValueExclusionConfig>;Properties
| Name | Type | Description |
|---|---|---|
excludeValueIfHidden | boolean | Whether to exclude the value of hidden fields from submission output. When |
excludeValueIfDisabled | boolean | Whether to exclude the value of disabled fields from submission output. When |
excludeValueIfReadonly | boolean | Whether to exclude the value of readonly fields from submission output. When |
packages/dynamic-forms/src/lib/models/value-exclusion-config.ts:46