Extends
Members
Members
Holds an immutable list of PSPDFKit.Annotations.WidgetAnnotation#ids.
Type:
- Immutable.List.<string>
- Inherited From:
Used to identify the form field in the UI or for accessibility.
Type:
- string
- Inherited From:
Unique name of the form field (often referred to as fully qualified name). This name is used to link PSPDFKit.Annotations.WidgetAnnotation and is also used as an identifier for form field values.
Type:
- string
- Inherited From:
Form fields with the noExport
flag won't appear in the serialized payload of a form
submission.
Type:
- boolean
- Inherited From:
- Default Value:
- false
The object ID of the form field object in the PDF.
Type:
- number
- Inherited From:
Read only form fields can not be filled out (similar to disabled HTML input elements).
Type:
- boolean
- Inherited From:
- Default Value:
- false
Required form fields must be filled out in order to submit the form.
Type:
- boolean
- Inherited From:
- Default Value:
- false