UNPKG

@inweb/viewer-visualize

Version:

JavaScript library for rendering CAD and BIM files in a browser using VisualizeJS

17 lines (16 loc) 488 B
import { Viewer } from "../Viewer"; import { OdBaseDragger } from "./Common/OdBaseDragger"; export declare class OdZoomWheelDragger extends OdBaseDragger { private _zoomAction; private _endInteractivityTimeOutId; private _isEnableInteractivityMode; constructor(subject: Viewer); dispose(): void; pointerdown(): void; pointerup(): void; pointercancel(): void; pointermove(): void; click(): void; dblclick(): void; wheel(event: any): void; }