Constructor
Go to a different (remote) file.
Parameters:
Name | Type | Description |
---|---|---|
args |
Object |
Example
Create a new GoToRemoteAction
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