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

NameTypeDescription
"hidden" literal-
"disabled" literal-