MutationEvent

继承
注解

属性

attrChange int?
无setter
attrName String?
无setter
bubbles bool?
无setter继承
cancelable bool?
无setter继承
composed bool?
无setter继承
currentTarget EventTarget?
无setter继承
defaultPrevented bool
无setter继承
eventPhase int
无setter继承
hashCode int
该对象的哈希码。
无setter继承
isTrusted bool?
无setter继承
matchingTarget Element
指向在CSS选择器匹配的元素。如果此事件未与任何事件委托相关联,访问此值将抛出UnsupportedError
无setter继承
newValue String?
无setter
path List<EventTarget>
无setter继承
prevValue String?
无setter
relatedNode Node?
无setter
runtimeType Type
表示该对象的运行时类型。
无setter继承
target EventTarget?
无setter继承
timeStamp num?
无setter继承
type String
无setter继承

方法

composedPath() List<EventTarget>
继承
initMutationEvent(String? type, bool? bubbles, bool? cancelable, Node? relatedNode, String? prevValue, String? newValue, String? attrName, int? attrChange) → void
noSuchMethod(Invocation invocation) → dynamic
访问不存在的属性或方法时触发。
继承
preventDefault() → void
继承
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
该对象字符串表示形式。
继承

操作符

operator ==(Object other) bool
相等操作符。
继承

常量

ADDITION → const int
MODIFICATION → const int
REMOVAL → const int