Interacting with editorsPresentation APIEventsonSlideShowBeginOn this pageonSlideShowBeginAsk a question The function called when a slide show presentation starts. Parameters This event has no parameters. Example window.Asc.plugin.attachEditorEvent('onSlideShowBegin', () => { console.log('Slide show presentation started');});