Skip to main content
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.3/lib/types/lib.dom.ts";

Simple user interface events.

Properties

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