Class type MutationObserver.mutationRecord
method _type : Js.js_string Js.t Js.readonly_propmethod target : Dom.node Js.t Js.readonly_propmethod addedNodes : Dom.node Dom.nodeList Js.t Js.readonly_propmethod removedNodes : Dom.node Dom.nodeList Js.t Js.readonly_propmethod previousSibling : Dom.node Js.t Js.opt Js.readonly_propmethod nextSibling : Dom.node Js.t Js.opt Js.readonly_propmethod attributeName : Js.js_string Js.t Js.opt Js.readonly_propmethod attributeNamespace : Js.js_string Js.t Js.opt Js.readonly_propmethod oldValue : Js.js_string Js.t Js.opt Js.readonly_prop