MutationObserverInit class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

MutationObserverInit({List<String>? attributeFilter, bool? attributeOldValue, bool? attributes, bool? characterData, bool? characterDataOldValue, bool? childList, bool? subtree})
factory

Properties

attributeFilter List<String>?

Available on MutationObserverInit, provided by the MutationObserverInit$Typings extension

Set to a list of attribute local names (without namespace) if not all attribute mutations need to be observed and attributes is true or omitted.
getter/setter pair
attributeOldValue bool?

Available on MutationObserverInit, provided by the MutationObserverInit$Typings extension

Set to true if attributes is true or omitted and target's attribute value before the mutation needs to be recorded.
getter/setter pair
attributes bool?

Available on MutationObserverInit, provided by the MutationObserverInit$Typings extension

Set to true if mutations to target's attributes are to be observed. Can be omitted if attributeOldValue or attributeFilter is specified.
getter/setter pair
characterData bool?

Available on MutationObserverInit, provided by the MutationObserverInit$Typings extension

Set to true if mutations to target's data are to be observed. Can be omitted if characterDataOldValue is specified.
getter/setter pair
characterDataOldValue bool?

Available on MutationObserverInit, provided by the MutationObserverInit$Typings extension

Set to true if characterData is set to true or omitted and target's data before the mutation needs to be recorded.
getter/setter pair
childList bool?

Available on MutationObserverInit, provided by the MutationObserverInit$Typings extension

Set to true if mutations to target's children are to be observed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtree bool?

Available on MutationObserverInit, provided by the MutationObserverInit$Typings extension

Set to true if mutations to not just target, but also target's descendants are to be observed.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited