W3cubDocs

/Dart 2

MutationEvent class

Inheritance
Annotations
  • @deprecated
  • @Native("MutationEvent")

Properties

attrChangeint
final
attrNameString
final
newValueString
final
prevValueString
final
relatedNodeNode
final
bubblesbool
final, inherited
cancelablebool
final, inherited
composedbool
final, inherited
currentTargetEventTarget
read-only, inherited
defaultPreventedbool
final, inherited
eventPhaseint
final, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
isTrustedbool
final, inherited
matchingTargetElement
read-only, inherited
A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.
pathList<EventTarget>
read-only, inherited
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
targetEventTarget
read-only, inherited
timeStampnum
final, inherited
typeString
final, inherited

Methods

initMutationEvent(String type, bool bubbles, bool cancelable, Node relatedNode, String prevValue, String newValue, String attrName, int attrChange) → void
composedPath() → List<EventTarget>
inherited
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic other) → bool
inherited
The equality operator. [...]

Constants

ADDITION → const int
2
MODIFICATION → const int
1
REMOVAL → const int
3

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/MutationEvent-class.html