Swiper - v14.0.1
    Preparing search index...

    Interface SwiperTouchEventsData

    interface SwiperTouchEventsData {
        allowMomentumBounce?: boolean;
        allowThresholdMove?: boolean;
        allowTouchCallbacks?: boolean;
        clickTimeout?: number;
        currentTranslate?: number;
        evCache?: PointerEvent[];
        focusableElements: string;
        isMoved?: boolean;
        isScrolling?: boolean;
        isTouched?: boolean;
        lastClickTime: number;
        loopSwapReset?: boolean;
        pointerId: number | null;
        preventTouchMoveFromPointerMove?: boolean;
        startMoving?: boolean;
        startTranslate?: number;
        touchId: number | null;
        touchStartTime?: number;
        velocities: { position: number; time: number }[];
    }
    Index

    Properties

    allowMomentumBounce?: boolean
    allowThresholdMove?: boolean
    allowTouchCallbacks?: boolean
    clickTimeout?: number
    currentTranslate?: number
    evCache?: PointerEvent[]
    focusableElements: string
    isMoved?: boolean
    isScrolling?: boolean
    isTouched?: boolean
    lastClickTime: number
    loopSwapReset?: boolean

    Set in onTouchMove when crossing the loop-swap boundary; consumed in onTouchEnd.

    pointerId: number | null
    preventTouchMoveFromPointerMove?: boolean
    startMoving?: boolean
    startTranslate?: number
    touchId: number | null
    touchStartTime?: number
    velocities: { position: number; time: number }[]