MutationObserverInit
Module: JavaScript DOM API
#include <MutationObserverInit.idl>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| attribute boolean | childList |
| attribute boolean | attributes |
| attribute boolean | characterData |
| attribute boolean | subtree |
| attribute boolean | attributeOldValue |
| attribute boolean | characterDataOldValue |
| attribute sequenceDomString | attributeFilter |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable childList
Section titled “variable childList”attribute boolean childList;variable attributes
Section titled “variable attributes”attribute boolean attributes;variable characterData
Section titled “variable characterData”attribute boolean characterData;variable subtree
Section titled “variable subtree”attribute boolean subtree;variable attributeOldValue
Section titled “variable attributeOldValue”attribute boolean attributeOldValue;variable characterDataOldValue
Section titled “variable characterDataOldValue”attribute boolean characterDataOldValue;variable attributeFilter
Section titled “variable attributeFilter”attribute sequenceDomString attributeFilter;© 2026 Coherent Labs. All rights reserved.