Constructor
Go to an embedded file.
Parameters:
Name | Type | Description |
---|---|---|
args |
object |
Example
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
Actions can be chained by adding them to this immutable List.
Type:
- PSPDFKit.Immutable.List.<Action>
- Inherited From:
The target type. Can either be parent
or child
.
Type:
- string