Function
isValueBearingField
@ng-forge/dynamic-forms
Type guard to check if a field has a value property (value-bearing field)
These fields contribute to the form value output
Note: Using unknown in the Extract condition to match any value type
Signature
function isValueBearingField(field: RegisteredFieldTypes): booleanParameters
| Name | Type | Description |
|---|---|---|
field | RegisteredFieldTypes | - |
Returns
boolean
packages/dynamic-forms/src/lib/models/types/type-guards.ts:50