Swiper - v12.0.3
    Preparing search index...
    interface ControllerOptions {
        by?: "slide" | "container";
        control?: string | SwiperClass | SwiperClass[] | HTMLElement | null;
        inverse?: boolean;
    }
    Index

    Properties

    Properties

    by?: "slide" | "container"

    Defines a way how to control another slider: slide by slide (with respect to other slider's grid) or depending on all slides/container (depending on total slider percentage).

    'slide'
    
    control?: string | SwiperClass | SwiperClass[] | HTMLElement | null

    Pass here another Swiper instance or array with Swiper instances that should be controlled by this Swiper. Also accepts string with CSS selector of Swiper element, or HTMLElement of Swiper element

    inverse?: boolean

    Set to true and controlling will be in inverse direction

    false