Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/evt/mod.ts>dom.UIEvent

💧EventEmitter's typesafe replacement
Latest
interface dom.UIEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.5.7/mod.ts";
const { UIEvent } = dom;

Simple user interface events.

Properties

readonly
detail: number
readonly
view: Window | null
readonly
deprecated
which: number