SlideChangingEventArgs
Interface represents the event arguments for the slideChanged
event.
Properties
currentIndex Number
Gets the index of current slide.
currentSlide HTMLElement
Gets the HTML element of current slide.
isSwiped Boolean
Gets a value indicating whether the slide transition was done by a user swiping.
name String
Gets the name of the event.
previousIndex Number
Gets the index of the previous slide.
previousSlide HTMLElement
Gets the HTML element of the previous slide.
slideDirection CarouselSlideDirection
Gets the slide direction in which the transition occurred.