Adding event listeners

Hi,
Is there any way to add event listeners to elements beyond what’s available in an element’s panel? I would like to add a mouseover event, but I see no way of doing this as $w.addEventListener does not work.
Thanks!

Hi,
What are you trying to achieve? what is the use case?
You can add event listeners using code, check out this for example.

Thanks!
I want to know where the mouse is located - I would use the the mouseover event listener normally. I don’t see that option in the docs.