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

x/uuid/lib/lib.deno_runtime.d.ts>domTypes.Event

Deprecated! UUID is part of the deno standard library
Latest
interface domTypes.Event
import { type domTypes } from "https://deno.land/x/uuid@v0.1.2/lib/lib.deno_runtime.d.ts";
const { Event } = domTypes;

Properties

readonly
type: string
readonly
target: EventTarget | null
readonly
currentTarget: EventTarget | null
readonly
eventPhase: number
readonly
bubbles: boolean
readonly
cancelable: boolean
readonly
defaultPrevented: boolean
readonly
composed: boolean
readonly
isTrusted: boolean
readonly
timeStamp: Date

Methods

composedPath(): EventPath[]
stopPropagation(): void
stopImmediatePropagation(): void
preventDefault(): void