OptionaldefaultValue?: stringThe default value of the field, applied when the field is reset.
OptionalmaxLen?: numberThe maximum length of the field's text, in characters.
Optionalmultiline?: booleanIndicating whether the field can contain multiple lines of text.
Optionalpassword?: booleanIndicating whether the field is intended for entering a secure password that should not be echoed visibly to the screen.
Optionalrect?: RectDefines the position and dimensions of the field on the page using a bounding rectangle.
Note: If a widget is specified via the 'widget' property, its 'rect' value takes precedence and will override this rectangle definition.
OptionalrichText?: booleanIndicating whether the value of this field should be represented as a rich text string.
Optionalscrollable?: booleanIndicating whether the field is scrollable to accommodate more text than fits within its annotation rectangle.
OptionalspellCheck?: booleanIndicating whether the text entered in the field is spell-checked.
Optionalvalue?: stringThe value of the field.
Optionalwidget?: WidgetAnnotation | WidgetPropertiesThe widget annotation defining view properties of the checkbox field.
Defines common properties for TextField and CombTextField.