Is it possible to modify the thumbnail view? Normally in the default view of a presentation, the slides are shown on the right (or middle if 'image options' etc. is selected), and a scrollable list of numbered slide thumbnails is shown on the left. Is it possible to get access to this scrolling list? Specifically, I want to add icons below the number (e.g. 'skip / print / priority', etc.)
Google Slides: modifying the thumbnail view
3.9k views Asked by Paul Wakelin At
1
So far what I understand in your question is to use Method: presentations.batchUpdate. Where you need to customized your presentation as a whole.
Try also to explore REST Resource: presentations.pages. You will need the relevant information from here to organized a specific page from your presentation.
Just explore the page and I think you get essential details from there.
Hope it helps.