Interacting with editorsPresentation API事件onSlideShowEnd本页总览onSlideShowEndAsk a question 幻灯片放映演示结束时调用的函数。 参数 此事件没有参数。 window.Asc.plugin.attachEditorEvent('onSlideShowEnd', () => { console.log('Slide show presentation ended');});