Swiper - v12.1.0
    Preparing search index...
    interface NavigationEvents {
        navigationHide: (swiper: SwiperClass) => void;
        navigationNext: (swiper: SwiperClass) => void;
        navigationPrev: (swiper: SwiperClass) => void;
        navigationShow: (swiper: SwiperClass) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    navigationHide: (swiper: SwiperClass) => void

    Event will be fired on navigation hide

    navigationNext: (swiper: SwiperClass) => void

    Event will be fired on navigation next button click

    navigationPrev: (swiper: SwiperClass) => void

    Event will be fired on navigation prev button click

    navigationShow: (swiper: SwiperClass) => void

    Event will be fired on navigation show