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

Parameters

NameTypeDescription
fieldRegisteredFieldTypes-

Returns

boolean