spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Event.initEvent
spasm
bindings
dom
Event
Undocumented in source. Be warned that the author may not have intended to support it.
void
initEvent
(string type, bool bubbles, bool cancelable)
struct
Event
nothrow
void
initEvent
()
(
string
type
,
bool
bubbles
,
bool
cancelable
)
void
initEvent
(string type, bool bubbles)
void
initEvent
(string type)
Meta
Source
See Implementation
spasm
bindings
dom
Event
constructors
this
functions
bubbles
cancelBubble
cancelable
composed
composedPath
currentTarget
defaultPrevented
eventPhase
initEvent
isTrusted
preventDefault
returnValue
srcElement
stopImmediatePropagation
stopPropagation
target
timeStamp
type
variables
AT_TARGET
BUBBLING_PHASE
CAPTURING_PHASE
NONE
handle