Type
NonFieldLogicType
@ng-forge/dynamic-forms
Allowed logic types for non-form-bound elements (buttons, text fields, etc.). These elements only support hidden and disabled states - not readonly or required since they don't participate in form validation.
@public
Signature
type NonFieldLogicType = 'hidden' | 'disabled';Properties
| Name | Type | Description |
|---|---|---|
"hidden" | literal | - |
"disabled" | literal | - |
packages/dynamic-forms/src/lib/core/logic/non-field-logic-resolver.ts:59