Search.../

currentSlide

Gets the slideshow's current slide.

Type:

SlideRead Only

Related Content:

Was this helpful?

Get the current slide and its name

Copy Code
1let slide = $w("#mySlideshow").currentSlide
2
3let slideName = slide.name; // "Slide 1"