Skip to main content

onSlideShowEnd

The function called when a slide show presentation ends.

Parameters

This event has no parameters.

Example

window.Asc.plugin.attachEditorEvent('onSlideShowEnd', () => {
console.log('Slide show presentation ended');
});