new GoTo(options)
Creates a GoTo action.
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
options |
object |
<nullable> |
A map of properties to set on the Action. |
Properties:
| Name | Type | Description |
|---|---|---|
dest |
Actions.GoTo.Dest | Gets the destination object. |
Extends
Classes
Methods
-
onTriggered(owner, event, documentViewer)
-
Called when the action is triggered.
Parameters:
Name Type Description ownerAnnotations.Forms.Field | CoreControls.DocumentViewer The dispatcher to which this action is attached
eventAnnotations.Forms.PDFJS.Event The PDFJS event to use when executing the action
documentViewerCoreControls.DocumentViewer The DocumentViewer to use as context for the action execution
- Inherited From: