Skip to content

ElectronTray.on('mouse-enter') method

ElectronTray › on(‘mouse-enter’)

Unofficial

Registers a listener that is invoked when the mouse enters the tray icon. darwin only.

Signature:

on(event: "mouse-enter", listener: (event: ElectronKeyboardEvent, position: ElectronPoint) => void): this

Parameters:

Parameter Type Description
event "mouse-enter" The event name.
listener (event: ElectronKeyboardEvent, position: ElectronPoint) => void The event handler receiving the event and the position of the event.

Returns: thisThis tray instance.