Skip to content

FormFieldActionEvent

@scaryterry/pdfium


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

Form field additional action event types.

Used with PDFiumAnnotation.getFormAdditionalActionJavaScript to retrieve JavaScript associated with specific form field events.

Enumeration MemberValueDescriptionDefined in
Calculate15Triggered when the field is used in a calculation.src/core/types.ts:1137
Format13Triggered when the field value is formatted for display.src/core/types.ts:1133
KeyStroke12Triggered on keystroke in the form field.src/core/types.ts:1131
Validate14Triggered when the field value is validated.src/core/types.ts:1135