CustomEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

detail
auto detail()
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type, bool canBubble, bool cancelable, T3 detail)
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type, bool canBubble, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type, bool canBubble)
Undocumented in source. Be warned that the author may not have intended to support it.
initCustomEvent
void initCustomEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.Event.Event _parent;
Undocumented in source.

Meta