Function
isLeafField
@ng-forge/dynamic-forms
Type guard to check if a field is a leaf field (value or display field) Leaf fields don't have children and either contribute values or display content
Signature
function isLeafField(field: RegisteredFieldTypes): booleanParameters
| Name | Type | Description |
|---|---|---|
field | RegisteredFieldTypes | - |
Returns
boolean
packages/dynamic-forms/src/lib/models/types/type-guards.ts:41