MutationObserverInit

Module: JavaScript DOM API

#include <MutationObserverInit.idl>

Public Attributes

Name
attribute booleanchildList
attribute booleanattributes
attribute booleancharacterData
attribute booleansubtree
attribute booleanattributeOldValue
attribute booleancharacterDataOldValue
attribute sequenceDomStringattributeFilter

Public Attributes Documentation

variable childList

attribute boolean childList;

variable attributes

attribute boolean attributes;

variable characterData

attribute boolean characterData;

variable subtree

attribute boolean subtree;

variable attributeOldValue

attribute boolean attributeOldValue;

variable characterDataOldValue

attribute boolean characterDataOldValue;

variable attributeFilter

attribute sequenceDomString attributeFilter;