Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Latest
interface UIEventInit
implements EventInit
import { type UIEventInit } from "https://deno.land/x/evt@v2.5.7/lib/types/lib.dom.ts";

Properties

optional
detail: number
optional
view: Window | null