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>): boolean

Parameters

NameTypeDescription
fieldFieldDef<any, FieldMeta>-

Returns

boolean