Type

ContainerAllowedChildren

@ng-forge/dynamic-forms

Fields that are allowed as children of Container fields. Containers are pure layout primitives that flatten their children into the parent form, so most registered field types may appear inside — including hidden fields and other containers — but NOT pages.

Signature

type ContainerAllowedChildren = LeafFieldTypes | RowField | GroupField | ArrayField | SimplifiedArrayField | ContainerField;