| onChangeCurrentSlide | The function called when the current slide has changed. |
| onChangeRestrictions | The function called when the restrictions in the editor are changed. |
| onClick | The function called when the user clicks the element. |
| onDocumentContentReady | The function called when the document is completely loaded. |
| onEnableMouseEvent | The function called to turn the mouse or touchpad events on/off. |
| onExternalMouseUp | The function called when the mouse button is released outside the plugin iframe. |
| onSlideShowBegin | The function called when a slide show presentation starts. |
| onSlideShowEnd | The function called when a slide show presentation ends. |
| onSlideShowNextSlide | The function called after a slide has been changed and displayed during a slide show presentation. Fires before the slide content is actually displayed. |
| onSlideShowSlideChanged | The function called when slide changes during a slide show presentation. Provides information about both the current and previous slide. |
| onTargetPositionChanged | The function called when the target position in the editor is changed. |