Skip to main content

onSlideShowBegin

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');
});