Creates a dispatcher.
A mixin that enables many different classes to construct and dispatch PDF Actions.
Type Definitions
-
DispatcherActions
-
An object that maps trigger names to arrays of Actions
Type:
- Object.<string, Array.<Core.Actions.Action>>
-
DispatcherOptions
-
Options for creating a Dispatcher
Type:
- Object
Properties:
Name Type Description actionsCore.Actions.Dispatcher.DispatcherActions The initial actions xfdfActionsElementElement The XFDF element containing actions documentViewerCore.DocumentViewer The DocumentViewer instance