MutationObserverInit constructor

MutationObserverInit({
  1. bool childList,
  2. bool attributes,
  3. bool characterData,
  4. bool subtree,
  5. bool attributeOldValue,
  6. bool characterDataOldValue,
  7. JSArray<JSString> attributeFilter,
})

Implementation

external factory MutationObserverInit({
  bool childList,
  bool attributes,
  bool characterData,
  bool subtree,
  bool attributeOldValue,
  bool characterDataOldValue,
  JSArray<JSString> attributeFilter,
});