MutationObserverInit

@deprecated("all members of MutationObserverInit are deprecated", "2.0.0")

Factory for MutationObserverInit objects.

Companion:
class
Deprecated
class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("use `new MutationObserverInit { ... }` instead", "2.0.0")
def apply(childList: Boolean, attributes: Boolean, characterData: Boolean, subtree: Boolean, attributeOldValue: Boolean, characterDataOldValue: Boolean, attributeFilter: UndefOr[Array[String]]): MutationObserverInit

Creates a new MutationObserverInit object with the given values. Default values for the Boolean parameters are false. If the value of attributeFilter is js.undefined, created object won't have attributeFilter property.

Creates a new MutationObserverInit object with the given values. Default values for the Boolean parameters are false. If the value of attributeFilter is js.undefined, created object won't have attributeFilter property.

Deprecated