Interacting with editorsPresentation APIEventsonSlideShowBegin本页总览onSlideShowBeginAsk a question The function called when a slide show presentation starts. Parameters This event has no parameters. window.Asc.plugin.attachEditorEvent('onSlideShowBegin', () => { console.log('Slide show presentation started');});