Version 7 was just released!
The docs will be moved here soon.
Visit the external v7 docs site
eventMouseEnter
Triggered when the user mouses over an event. Similar to the native mouseenter.
function( mouseEnterInfo ) { }
mouseEnterInfo is a plain object with the following properties:
| event |
The associated Event Object. |
|---|---|
| el |
The HTML element for this event. |
| jsEvent |
The native JavaScript event with low-level information such as click coordinates. |
| view |
The current View Object. |
Unlike some other event-related interactions, eventMouseEnter does not require the interaction plugin.