Module Dom.MutationRecord

val type_ : t -> string
val target : t -> Dom.node
val addedNodes : t -> Dom.nodeList
val removedNodes : t -> Dom.nodeList
val previousSibling : t -> Dom.node option
val nextSibling : t -> Dom.node option
val attributeName : t -> string
val attributeNamespace : t -> string
val oldValue : t -> string