Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

onmousemove

Fires when the user moves the mouse over the object.

var onmousemove: ((this: Window, ev: MouseEvent) => any) | null;