Packages

object MutationObserverInit

Factory for MutationObserverInit objects.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutationObserverInit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(childList: Boolean = false, attributes: Boolean = false, characterData: Boolean = false, subtree: Boolean = false, attributeOldValue: Boolean = false, characterDataOldValue: Boolean = false, attributeFilter: UndefOr[Array[String]] = js.undefined): MutationObserverInit

    Creates a new MutationObserverInit object with the given values.

    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.