onSlideShowEnd
The function called when a slide show presentation ends.
Parameters
This event has no parameters.
window.Asc.plugin.attachEditorEvent('onSlideShowEnd', () => {
console.log('Slide show presentation ended');
});
The function called when a slide show presentation ends.
This event has no parameters.
window.Asc.plugin.attachEditorEvent('onSlideShowEnd', () => {
console.log('Slide show presentation ended');
});