Swiper - v14.0.1
    Preparing search index...

    Variable defaultConst

    default: {
        emit(this: Swiper, ...args: unknown[]): Swiper;
        off(this: Swiper, events: string, handler?: SwiperEventHandler): Swiper;
        offAny(this: Swiper, handler: SwiperEventHandler): Swiper;
        on(
            this: Swiper,
            events: string,
            handler: SwiperEventHandler,
            priority?: boolean,
        ): Swiper;
        onAny(
            this: Swiper,
            handler: SwiperEventHandler,
            priority?: boolean,
        ): Swiper;
        once(
            this: Swiper,
            events: string,
            handler: SwiperEventHandler,
            priority?: boolean,
        ): Swiper;
    }

    Type Declaration