Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class Event
import { Event } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
Event(type: string, init?: EventInit)

Properties

readonly
bubbles: boolean
readonly
cancelable: boolean
cancelBubble: boolean
readonly
composed: boolean
readonly
optional
currentTarget: EventTarget
readonly
defaultPrevented: boolean
readonly
eventPhase: number
readonly
isTrusted: boolean
readonly
returnValue: boolean
readonly
optional
srcElement: EventTarget
readonly
timeStamp: number
readonly
type: string

Static Properties

readonly
AT_TARGET: number
readonly
BUBBLING_PHASE: number
readonly
CAPTURING_PHASE: number
readonly
NONE: number