Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/tsc/dts/lib.dom.d.ts>WheelEvent

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable WheelEvent
import { WheelEvent } from "https://deno.land/x/deno@v1.40.5/cli/tsc/dts/lib.dom.d.ts";

type

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