isValueBearingField
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
Presentation
function isValueBearingField (field: RegisteredFieldTypes ): boolean;Returns
booleanParameters
| Name | Type | Description |
|---|---|---|
| field | |