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;
Fires when the user clicks the right mouse button in the client area, opening the context menu.