SlideChangingEventArgs

Interface represents the event arguments for the slideChanging event.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

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.

nextIndex Number

Gets the index of slide that will be changed to.

nextSlide HTMLElement

Gets the HTML element of slide that will be changed to.

slideDirection CarouselSlideDirection

Gets the slide direction in which the transition occurred.