Function
isContainerTypedField
@ng-forge/dynamic-forms
Type guard for ContainerField with proper type narrowing.
wrappers is part of the type but optional in practice — many configs use
containers purely as flex/layout wrappers without any wrapper components.
Match on type === 'container' and the fields shape only, mirroring
isPageField / isRowField.
Signature
function isContainerTypedField(field: FieldDef<any, FieldMeta>): booleanParameters
Returns
boolean
packages/dynamic-forms/src/lib/definitions/default/container-field.ts:95