Optional_beforeBreakpoint?: (swiper: SwiperClass, breakpointParams: SwiperOptions) => voidOptional_containerClasses?: (swiper: SwiperClass, classNames: string) => void!INTERNAL: Event will fired after setting CSS classes on swiper container element
Optional_freeModeNoMomentumRelease?: (swiper: SwiperClass) => void!INTERNAL: Event will be fired on free mode touch end (release) and there will no be momentum
Optional_slideClass?: (swiper: SwiperClass, slideEl: HTMLElement, classNames: string) => void!INTERNAL: Event will fired after setting CSS classes on swiper slide element
Optional_slideClasses?: (!INTERNAL: Event will fired after setting CSS classes on all swiper slides
Optional_swiper?: (swiper: SwiperClass) => void!INTERNAL: Event will fired as soon as swiper instance available (before init)
OptionalonActiveIndexChange?: (swiper: SwiperClass) => voidEvent will fired on active index change
OptionalonAfterInit?: (swiper: SwiperClass) => voidEvent will fired right after initialization
OptionalonAutoplay?: (swiper: SwiperClass) => voidEvent will be fired when slide changed with autoplay
OptionalonAutoplayPause?: (swiper: SwiperClass) => voidEvent will be fired on autoplay pause
OptionalonAutoplayResume?: (swiper: SwiperClass) => voidEvent will be fired on autoplay resume
OptionalonAutoplayStart?: (swiper: SwiperClass) => voidEvent will be fired in when autoplay started
OptionalonAutoplayStop?: (swiper: SwiperClass) => voidEvent will be fired when autoplay stopped
OptionalonAutoplayTimeLeft?: (swiper: SwiperClass, timeLeft: number, percentage: number) => voidEvent triggers continuously while autoplay is enabled. It contains time left (in ms) before transition to next slide and percentage of that time related to autoplay delay
OptionalonBeforeDestroy?: (swiper: SwiperClass) => voidEvent will be fired right before Swiper destroyed
OptionalonBeforeInit?: (swiper: SwiperClass) => voidEvent will fired right before initialization
OptionalonBeforeLoopFix?: (swiper: SwiperClass) => voidEvent will be fired right before "loop fix"
OptionalonBeforeResize?: (swiper: SwiperClass) => voidEvent will fired before resize handler
OptionalonBeforeSlideChangeStart?: (swiper: SwiperClass) => voidEvent will fired before slide change transition start
OptionalonBeforeTransitionStart?: (swiper: SwiperClass, speed: number, internal: any) => voidEvent will fired before transition start
OptionalonBreakpoint?: (swiper: SwiperClass, breakpointParams: SwiperOptions) => voidEvent will be fired on breakpoint change
OptionalonChangeDirection?: (swiper: SwiperClass) => voidEvent will fired on direction change
OptionalonClick?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user click/tap on Swiper. Receives pointerup event as an arguments.
OptionalonDestroy?: (swiper: SwiperClass) => voidEvent will be fired on swiper destroy
OptionalonDoubleClick?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user double click/tap on Swiper
OptionalonDoubleTap?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user double tap on Swiper's container. Receives pointerup event as an arguments
OptionalonFromEdge?: (swiper: SwiperClass) => voidEvent will be fired when Swiper goes from beginning or end position
OptionalonHashChange?: (swiper: SwiperClass) => voidOptionalonHashSet?: (swiper: SwiperClass) => voidEvent will be fired when swiper updates the hash
OptionalonInit?: (swiper: SwiperClass) => anyFired right after Swiper initialization.
OptionalonKeyPress?: (swiper: SwiperClass, keyCode: string) => voidOptionalonLock?: (swiper: SwiperClass) => voidEvent will be fired when swiper is locked (when watchOverflow enabled)
OptionalonLoopFix?: (swiper: SwiperClass) => voidEvent will be fired after "loop fix"
OptionalonMomentumBounce?: (swiper: SwiperClass) => voidEvent will be fired on momentum bounce
OptionalonNavigationHide?: (swiper: SwiperClass) => voidOptionalonNavigationNext?: (swiper: SwiperClass) => voidEvent will be fired on navigation next button click
OptionalonNavigationPrev?: (swiper: SwiperClass) => voidEvent will be fired on navigation prev button click
OptionalonNavigationShow?: (swiper: SwiperClass) => voidEvent will be fired on navigation show
OptionalonObserverUpdate?: (swiper: SwiperClass) => voidEvent will be fired if observer is enabled and it detects DOM mutations
OptionalonOrientationchange?: (swiper: SwiperClass) => voidEvent will be fired on orientation change (e.g. landscape -> portrait)
OptionalonPaginationHide?: (swiper: SwiperClass) => voidEvent will be fired on pagination hide
OptionalonPaginationRender?: (swiper: SwiperClass, paginationEl: HTMLElement) => voidOptionalonPaginationShow?: (swiper: SwiperClass) => voidEvent will be fired on pagination show
OptionalonPaginationUpdate?: (swiper: SwiperClass, paginationEl: HTMLElement) => voidEvent will be fired when pagination updated
OptionalonProgress?: (swiper: SwiperClass, progress: number) => voidEvent will be fired when Swiper progress is changed, as an arguments it receives progress that is always from 0 to 1
OptionalonReachBeginning?: (swiper: SwiperClass) => voidEvent will be fired when Swiper reach its beginning (initial position)
OptionalonReachEnd?: (swiper: SwiperClass) => voidEvent will be fired when Swiper reach last slide
OptionalonRealIndexChange?: (swiper: SwiperClass) => voidEvent will fired on real index change
OptionalonResize?: (swiper: SwiperClass) => voidEvent will be fired on window resize right before swiper's onresize manipulation
OptionalonScroll?: (swiper: SwiperClass, event: WheelEvent) => voidOptionalonScrollbarDragEnd?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired on draggable scrollbar drag end
OptionalonScrollbarDragMove?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired on draggable scrollbar drag move
OptionalonScrollbarDragStart?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidOptionalonSetTransition?: (swiper: SwiperClass, transition: number) => voidEvent will be fired everytime when swiper starts animation. Receives current transition duration (in ms) as an arguments
OptionalonSetTranslate?: (swiper: SwiperClass, translate: number) => voidEvent will be fired when swiper's wrapper change its position. Receives current translate value as an arguments
OptionalonSlideChange?: (swiper: SwiperClass) => voidEvent will be fired when currently active slide is changed
OptionalonSlideChangeTransitionEnd?: (swiper: SwiperClass) => voidEvent will be fired after animation to other slide (next or previous).
OptionalonSlideChangeTransitionStart?: (swiper: SwiperClass) => voidEvent will be fired in the beginning of animation to other slide (next or previous).
OptionalonSlideNextTransitionEnd?: (swiper: SwiperClass) => voidSame as "slideChangeTransitionEnd" but for "forward" direction only
OptionalonSlideNextTransitionStart?: (swiper: SwiperClass) => voidSame as "slideChangeTransitionStart" but for "forward" direction only
OptionalonSlidePrevTransitionEnd?: (swiper: SwiperClass) => voidSame as "slideChangeTransitionEnd" but for "backward" direction only
OptionalonSlidePrevTransitionStart?: (swiper: SwiperClass) => voidSame as "slideChangeTransitionStart" but for "backward" direction only
OptionalonSlideResetTransitionEnd?: (swiper: SwiperClass) => voidEvent will be fired in the end of animation of resetting slide to current one
OptionalonSlideResetTransitionStart?: (swiper: SwiperClass) => voidEvent will be fired in the beginning of animation of resetting slide to current one
OptionalonSliderFirstMove?: (swiper: SwiperClass, event: TouchEvent) => voidEvent will be fired with first touch/drag move
OptionalonSliderMove?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user touch and move finger over Swiper and move it. Receives pointermove event as an arguments.
OptionalonSlidesGridLengthChange?: (swiper: SwiperClass) => voidEvent will be fired when slides grid has changed
OptionalonSlidesLengthChange?: (swiper: SwiperClass) => voidEvent will be fired when number of slides has changed
OptionalonSlidesUpdated?: (swiper: SwiperClass) => voidEvent will be fired after slides and their sizes are calculated and updated
OptionalonSnapGridLengthChange?: (swiper: SwiperClass) => voidEvent will be fired when snap grid has changed
OptionalonSnapIndexChange?: (swiper: SwiperClass) => voidEvent will fired on snap index change
OptionalonSwiper?: (swiper: SwiperClass) => voidGet Swiper instance
OptionalonTap?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user click/tap on Swiper. Receives pointerup event as an arguments.
OptionalonToEdge?: (swiper: SwiperClass) => voidEvent will be fired when Swiper goes to beginning or end position
OptionalonTouchEnd?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user release Swiper. Receives pointerup event as an arguments.
OptionalonTouchMove?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user touch and move finger over Swiper. Receives pointermove event as an arguments.
OptionalonTouchMoveOpposite?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user touch and move finger over Swiper in direction opposite to direction parameter. Receives pointermove event as an arguments.
OptionalonTouchStart?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => voidEvent will be fired when user touch Swiper. Receives pointerdown event as an arguments.
OptionalonTransitionEnd?: (swiper: SwiperClass) => voidEvent will be fired after transition.
OptionalonTransitionStart?: (swiper: SwiperClass) => voidEvent will be fired in the beginning of transition.
OptionalonUnlock?: (swiper: SwiperClass) => voidEvent will be fired when swiper is unlocked (when watchOverflow enabled)
OptionalonUpdate?: (swiper: SwiperClass) => voidEvent will be fired after swiper.update() call
OptionalonZoomChange?: (Optionaltag?: stringSwiper container tag
OptionalwrapperTag?: stringSwiper wrapper tag
!INTERNAL: Event will fired right before breakpoint change