Function
isDisplayOnlyField
@ng-forge/dynamic-forms
Type guard to check if a field is excluded from form values (display-only field) Currently this includes text fields and any other fields without a value property
Signature
function isDisplayOnlyField(field: RegisteredFieldTypes): booleanParameters
| Name | Type | Description |
|---|---|---|
field | RegisteredFieldTypes | - |
Returns
boolean
packages/dynamic-forms/src/lib/models/types/type-guards.ts:58