onSlideShowBegin
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');
});
The function called when a slide show presentation starts.
This event has no parameters.
window.Asc.plugin.attachEditorEvent('onSlideShowBegin', () => {
console.log('Slide show presentation started');
});