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