MutationRecord class

A represents an individual DOM mutation. It is the object that is inside the array passed to MutationObserver's callback.

Available extensions
Annotations
  • @JS.new()
  • @staticInterop

Constructors

MutationRecord()
factory

Properties

addedNodes → NodeList

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
attributeName → String?

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
attributeNamespace → String?

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
hashCode → int
The hash code for this object.
no setterinherited
nextSibling → Node?

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
oldValue → String?

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
previousSibling → Node?

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
removedNodes → NodeList

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
target → Node

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter
type → String

Available on MutationRecord, provided by the PropsMutationRecord extension

no setter

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