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>UIEvent

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

Constructors

new
UIEvent(type: string, eventInit?: IUIEventInit)

Constructor.

Properties

readonly
detail: number
readonly
layerX: number
readonly
layerY: number
readonly
pageX: number
readonly
pageY: number
readonly
view: Window

Methods

initEvent(
type: string,
bubbles?: boolean,
cancelable?: boolean,
): void

Init event.

Prevents default.

Stops immediate propagation.

Stops propagation.

Static Properties

AT_TARGET: number
BUBBLING_PHASE: number
CAPTURING_PHASE: number
NONE: number