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

onmousedown

Fires when the user clicks the object with either mouse button.

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