WheelEvent-1
WheelEvent: {
(type, eventInitDict?): WheelEvent;
DOM_DELTA_LINE: 1;
DOM_DELTA_PAGE: 2;
DOM_DELTA_PIXEL: 0;
prototype: WheelEvent;
};
Type Declaration
Parameters
| Parameter | Type |
|---|---|
type | string |
eventInitDict? | WheelEventInit |
Returns
DOM_DELTA_LINE
readonly DOM_DELTA_LINE: 1;
DOM_DELTA_PAGE
readonly DOM_DELTA_PAGE: 2;
DOM_DELTA_PIXEL
readonly DOM_DELTA_PIXEL: 0;
prototype
prototype: WheelEvent;