Constructor
Go to a destination (page) in the current document.
Parameters:
Name | Type | Description |
---|---|---|
args |
object | An object with the |
Example
const action = new PSPDFKit.Actions.GoToAction({ pageIndex: 10 });
Extends
Members
Members
The page index of the page that should be made visible when triggering this action.
pageIndex
is zero-based and has a maximum value of totalPageCount - 1
.
Type:
- number
Actions can be chained by adding them to this immutable List.
Type:
- PSPDFKit.Immutable.List.<Action>
- Inherited From: