Variable WheelEvent

WheelEvent: {
    DOM_DELTA_LINE: 1;
    DOM_DELTA_PAGE: 2;
    DOM_DELTA_PIXEL: 0;
    prototype: WheelEvent;
    new (type, eventInitDict?): WheelEvent;
}

Type declaration

  • Readonly DOM_DELTA_LINE: 1
  • Readonly DOM_DELTA_PAGE: 2
  • Readonly DOM_DELTA_PIXEL: 0
  • prototype: WheelEvent