MutationRecord
package js.html
Available on js
A MutationRecord
represents an individual DOM mutation. It is the object that is passed to MutationObserver
's callback.
Documentation MutationRecord by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlyaddedNodes:NodeList
read onlyattributeName:String
read onlyattributeNamespace:String
read onlynextSibling:Node
read onlyoldValue:String
read onlypreviousSibling:Node
read onlyremovedNodes:NodeList
read onlytarget:Node
read onlytype:String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MutationRecord.html