WebIDLpedia

MutationObserverInit dictionary

Definition

DOM Standard defines MutationObserverInit



dictionary MutationObserverInit {
  boolean childList = false;
  boolean attributes;
  boolean characterData;
  boolean subtree = false;
  boolean attributeOldValue;
  boolean characterDataOldValue;
  sequence<DOMString> attributeFilter;
};

Referring IDL interfaces/dictionaries