Question
How do I use JavaScript to find a slide number using slide label?
Hello,
In short, I would like to loop through the slides on a user interaction, find the slide with a particular label/title, get its corresponding slide number, and jump to that particular slide number.
I know how to find the correct slide object on the cp.model.data object, but this slide object doesn't seem to have the slide number on it.
Any help will be appreciated!