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

onmouseover

Fires when the user moves the mouse pointer into the object.

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