Swiper - v12.1.0
    Preparing search index...
    interface MousewheelMethods {
        enabled: boolean;
        disable(): void;
        enable(): void;
    }
    Index

    Properties

    Methods

    Properties

    enabled: boolean

    Whether the mousewheel control is enabled

    Methods

    • Disable mousewheel control

      Returns void

    • Enable mousewheel control

      Returns void