JavaScriptAction
Defined in: src/core/types.ts:22
Information about a JavaScript action in a PDF document.
JavaScript actions can be triggered by various events in the PDF (document open, page open, button click, etc.).
Properties
Section titled “Properties”name:
string
Defined in: src/core/types.ts:24
The action name (often corresponds to the triggering event).
script
Section titled “script”script:
string
Defined in: src/core/types.ts:26
The JavaScript source code.