MutationEvent

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

attrChange
ushort attrChange()
Undocumented in source. Be warned that the author may not have intended to support it.
attrName
string attrName()
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue, string newValue, string attrName, ushort attrChange)
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue, string newValue, string attrName)
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue, string newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode, string prevValue)
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type, bool canBubble, bool cancelable, Optional!(T3) relatedNode)
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type, bool canBubble, bool cancelable)
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type, bool canBubble)
Undocumented in source. Be warned that the author may not have intended to support it.
initMutationEvent
void initMutationEvent(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
newValue
string newValue()
Undocumented in source. Be warned that the author may not have intended to support it.
prevValue
string prevValue()
Undocumented in source. Be warned that the author may not have intended to support it.
relatedNode
auto relatedNode()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ADDITION
enum ushort ADDITION;
Undocumented in source.
MODIFICATION
enum ushort MODIFICATION;
Undocumented in source.
REMOVAL
enum ushort REMOVAL;
Undocumented in source.
SMIL
enum ushort SMIL;
Undocumented in source.
_parent
libwasm.bindings.Event.Event _parent;
Undocumented in source.

Meta