Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gauntlet/imports/happy_dom.ts>IMouseEventInit

Work-in-progress front-end tool which does put a smile on my face
Latest
interface IMouseEventInit
implements IUIEventInit
Re-export
import { type IMouseEventInit } from "https://deno.land/x/gauntlet@v0.0.9/imports/happy_dom.ts";

Properties

optional
screenX: number
optional
screenY: number
optional
clientX: number
optional
clientY: number
optional
ctrlKey: boolean
optional
shiftKey: boolean
optional
altKey: boolean
optional
metaKey: boolean
optional
button: number
optional
buttons: number
optional
relatedTarget: EventTarget
optional
region: string