Constructor
Go to a different (remote) file.
Parameters:
Name | Type | Description |
---|---|---|
args |
object |
Example
const action = new PSPDFKit.Actions.GoToRemoteAction({
relativePath: "/other_document.pdf"
});
Extends
Members
Members
A named destination.
Type:
- string
The relative path of the file to open.
Type:
- string
Actions can be chained by adding them to this immutable List.
Type:
- PSPDFKit.Immutable.List.<Action>
- Inherited From: