Search


Search something to see results

WheelEvent

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

Type declaration

  • prototype: WheelEvent
  • ReadonlyDOM_DELTA_PIXEL: 0
  • ReadonlyDOM_DELTA_LINE: 1
  • ReadonlyDOM_DELTA_PAGE: 2