Type
ArrayAllowedChildren
@ng-forge/dynamic-forms
Fields that are allowed as children of Array fields Arrays can contain: rows, groups, and leaf fields (but NOT pages or other arrays) Groups are used for creating object arrays where each array item is an object
Signature
type ArrayAllowedChildren = LeafFieldTypes | RowField | GroupField | ContainerField;packages/dynamic-forms/src/lib/models/types/nesting-constraints.ts:31