Interface

SanitizedFormConfig

@ng-forge/dynamic-forms

Result of a sanitizeFormConfig call.

Signature

interface SanitizedFormConfig

Properties

NameTypeDescription
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.