Type
GroupAllowedChildren
@ng-forge/dynamic-forms
Fields that are allowed as children of Group fields Groups can contain: rows and leaf fields (but NOT pages or other groups)
Signature
type GroupAllowedChildren = LeafFieldTypes | RowField | ContainerField;packages/dynamic-forms/src/lib/models/types/nesting-constraints.ts:24