Constructor
Trigger a named action.
Parameters:
Name | Type | Description |
---|---|---|
args |
object |
Example
var action = new PSPDFKit.Actions.NamedAction({ action: "nextPage" });
Extends
Members
Members
The name of the action. This includes but is not limited to the following actions:
nextPage
prevPage
firstPage
lastPage
goBack
goForward
goToPage
find
print
outline
search
brightness
zoomIn
zoomOut
saveAs
info
Type:
- string
Actions can be chained by adding them to this immutable List.
Type:
- PSPDFKit.Immutable.List.<Action>
- Inherited From: