These docs are for an old release. Info on upgrading to v5
edit doc

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.