Interface
SanitizedFormConfig
@ng-forge/dynamic-forms
sanitizeFormConfig call.Signature
interface SanitizedFormConfigProperties
| Name | Type | Description |
|---|---|---|
sanitized | FormConfig<RegisteredFieldTypes[], { [x: string]: string | number | boolean | (string | number | boolean)[]; } & { [x: string]: string | undefined; } & { [x: string]: string | undefined; } & { [x: string]: string | undefined; } & { [x: string]: string | undefined; } & { [x: string]: string | undefin... | Sanitized config — invalid addons stripped from the field tree. |
warnings | readonly AddonWarning[] | Structured list of every addon that was dropped, and why. |
packages/dynamic-forms/src/lib/utils/validate-form-config/validate-form-config.ts:33