MutationRecord
Module: JavaScript DOM API
#include <MutationRecord.idl>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute DomString | type |
| readonly attribute Node | target |
| readonly attribute NodeList | addedNodes |
| readonly attribute NodeList | removedNodes |
| readonly attribute Node | previousSibling |
| readonly attribute Node | nextSibling |
| readonly attribute DomString | attributeName |
| readonly attribute DomString | attributeNamespace |
| readonly attribute DomString | oldValue |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable type
Section titled “variable type”readonly attribute DomString type;variable target
Section titled “variable target”readonly attribute Node target;variable addedNodes
Section titled “variable addedNodes”readonly attribute NodeList addedNodes;variable removedNodes
Section titled “variable removedNodes”readonly attribute NodeList removedNodes;variable previousSibling
Section titled “variable previousSibling”readonly attribute Node previousSibling;variable nextSibling
Section titled “variable nextSibling”readonly attribute Node nextSibling;variable attributeName
Section titled “variable attributeName”readonly attribute DomString attributeName;variable attributeNamespace
Section titled “variable attributeNamespace”readonly attribute DomString attributeNamespace;variable oldValue
Section titled “variable oldValue”readonly attribute DomString oldValue;© 2026 Coherent Labs. All rights reserved.