Skip to content

FormFieldType

@scaryterry/pdfium


Defined in: src/core/types.ts:1094

Form field types for widget annotations.

Enumeration MemberValueDescriptionDefined in
CheckBox"CheckBox"Check box (boolean toggle).src/core/types.ts:1100
ComboBox"ComboBox"Combo box (dropdown selection).src/core/types.ts:1104
ListBox"ListBox"List box (scrollable multi-select).src/core/types.ts:1106
PushButton"PushButton"Push button (no persistent value).src/core/types.ts:1098
RadioButton"RadioButton"Radio button (mutually exclusive choice).src/core/types.ts:1102
Signature"Signature"Signature field (digital signature placeholder).src/core/types.ts:1110
TextField"TextField"Text field (single- or multi-line text input).src/core/types.ts:1108
Unknown"Unknown"Unknown form field type.src/core/types.ts:1096