Constructor
Go to an embedded file.
Parameters:
Name | Type | Description |
---|---|---|
args |
Object |
Example
Create a new GoToEmbeddedAction
const action = new PSPDFKit.Actions.GoToEmbeddedAction({
relativePath: "/other_document.pdf"
});
Extends
Members
Members
Should the file be opened in a new window?
Type:
- boolean
The relative path to the embedded file.
Type:
- string
The target type. Can either be parent
or child
.
Type:
- string