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

x/evt/lib/types/lib.dom.ts>UIEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface UIEvent
implements Event
import { type UIEvent } from "https://deno.land/x/evt@v2.4.10/lib/types/lib.dom.ts";

Simple user interface events.

Properties

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