Swiper - v12.1.0
    Preparing search index...

    Interface ThumbsOptions

    interface ThumbsOptions {
        autoScrollOffset?: number;
        multipleActiveThumbs?: boolean;
        slideThumbActiveClass?: string;
        swiper?: string | SwiperClass | null;
        thumbsContainerClass?: string;
    }
    Index

    Properties

    autoScrollOffset?: number

    Allows to set on which thumbs active slide from edge it should automatically move scroll thumbs. For example, if set to 1 and last visible thumb will be activated (1 from edge) it will auto scroll thumbs

    0
    
    multipleActiveThumbs?: boolean

    When enabled multiple thumbnail slides may get activated

    true
    
    slideThumbActiveClass?: string

    Additional class that will be added to activated thumbs swiper slide

    'swiper-slide-thumb-active'
    
    swiper?: string | SwiperClass | null

    Swiper instance of swiper used as thumbs or object with Swiper parameters to initialize thumbs swiper

    null
    
    thumbsContainerClass?: string

    Additional class that will be added to thumbs swiper

    'swiper-thumbs'