package js.html
extends Event
Available on js
Provides event properties that are specific to modifications to the Document Object Model (DOM) hierarchy and nodes.
Documentation MutationEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlyADDITION:Int = 2staticinlineread onlyMODIFICATION:Int = 1staticinlineread onlyREMOVAL:Int = 3read onlyattrChange:Intread onlyattrName:Stringread onlynewValue:Stringread onlyprevValue:Stringread onlyrelatedNode:NodeinitMutationEvent(type:String, canBubble:Bool = false, cancelable:Bool = false, ?relatedNode:Node, prevValue:String = "", newValue:String = "", attrName:String = "", attrChange:Int = 0):VoidThrows:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MutationEvent.html