Interface

TextField

@ng-forge/dynamic-forms

Text field definition for displaying translatable text content

Signature

interface TextField
  extends FieldDef<TextProps>

Properties

NameTypeDescription
type "text"-
logic ?((ImmediateStateLogicConfig & { type: NonFieldLogicType; }) | (DebouncedStateLogicConfig & { type: NonFieldLogicType; }))[]

Logic rules for conditional visibility. Text fields only support 'hidden' logic type since they are display-only and don't participate in form validation (no disabled/readonly/required).