ActionType
Defined in: src/core/types.ts:1008
PDF action types.
Actions define behaviour triggered by links, bookmarks, or form events.
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
EmbeddedGoTo | "EmbeddedGoTo" | Go to an embedded document. | src/core/types.ts:1020 |
GoTo | "GoTo" | Go to a destination within the document. | src/core/types.ts:1012 |
Launch | "Launch" | Launch an application or open a file. | src/core/types.ts:1018 |
RemoteGoTo | "RemoteGoTo" | Go to a destination in a remote document. | src/core/types.ts:1014 |
Unsupported | "Unsupported" | Unsupported action type. | src/core/types.ts:1010 |
URI | "URI" | Open a URI (web link). | src/core/types.ts:1016 |