var instance; // Type: WebPdfImageExtractorToolJS instance.mouseDoubleClick = function(event, originalEvent) { };
mouseDoubleClick = function ( event : object, originalEvent : object ) { };
Parameters
- event
- Object that contains information about event. Object has the following properties:
- target (object): Object that raises event.
- type (string): Event name.
- data (object): Object that contains data, which were specified during subscribing to the event.
- originalEvent (object): Original event if event was received from DOM-element.
- originalEvent
- Original event.