Readonly
currentA reference to the currently registered target for the event. This is the object to which the event is currently slated to be sent. It's possible this has been changed along the way through retargeting.
Readonly
scrollXThe number of pixels that the document has already been scrolled horizontally.
Readonly
scrollYThe number of pixels that the document has already been scrolled vertically.
Readonly
targetA reference to the target to which the event was originally dispatched.
Readonly
timeThe time at which the event was created (in milliseconds). By specification, this value is time since epoch—but in reality, browsers' definitions vary. In addition, work is underway to change this to be a DOMHighResTimeStamp instead.
Generated using TypeDoc
Scrolling interaction data