Typescript Library Declarations (DOM)
Variable WheelEvent
Wheel
Event
:
{
DOM_DELTA_LINE
:
1
;
DOM_DELTA_PAGE
:
2
;
DOM_DELTA_PIXEL
:
0
;
prototype
:
WheelEvent
;
new
(
type
,
eventInitDict
?
)
:
WheelEvent
;
}
Type declaration
new
(
type
,
eventInitDict
?
)
:
WheelEvent
Parameters
type
:
string
Optional
eventInitDict
:
WheelEventInit
Returns
WheelEvent
Readonly
DOM_
DELTA_
LINE
:
1
Readonly
DOM_
DELTA_
PAGE
:
2
Readonly
DOM_
DELTA_
PIXEL
:
0
prototype
:
WheelEvent
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark