Dart SDK
dart:html
MutationRecord
class
MutationRecord
Properties
Properties
addedNodes
attributeName
attributeNamespace
nextSibling
oldValue
previousSibling
removedNodes
target
type
(Not documented.)
Annotations
DocsEditable()
DomName('MutationRecord')
Properties
List
<
Node
>
addedNodes
read-only
String
attributeName
read-only
String
attributeNamespace
read-only
Node
nextSibling
read-only
String
oldValue
read-only
Node
previousSibling
read-only
List
<
Node
>
removedNodes
read-only
Node
target
read-only
String
type
read-only