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

oncontextmenu

Fires when the user clicks the right mouse button in the client area, opening the context menu.

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