I want to write a function in Velo for a mouse scroll event
this is my javascript code how to change it to Velo code?
document.addEventListener("wheel", function(e) { });
Velo does not support addEventListener method what code should I use instead of addEventListener ?