Search code examples
google-apps-scriptgoogle-slides-apigoogle-slides

Is there any Google Slide AppScript trigger function called when the presenter progresses from slide-to-slide?


I'd like to perform an action (while I'm presenting a Google Slides App) each time I progress from one slide to another. Is there such a trigger? If there isn't how could I implement that?

Looking at the progress example (https://github.com/googlesamples/apps-script/blob/master/slides/progress/progress.gs) that's just generates the progress bar into each slide during installation.


Solution

  • No, there isn't. Unfortunately Google Apps Script hasn't a built-in feature to implement custom-triggers.

    Reference