SyncEvent

继承
注解
  • @Native("SyncEvent")

构造函数

SyncEvent(String type, Map init)
工厂

属性

bubbles bool?
没有设置器继承
cancelable bool?
没有设置器继承
composed bool?
没有设置器继承
currentTarget EventTarget?
没有设置器继承
defaultPrevented bool
没有设置器继承
eventPhase int
没有设置器继承
hashCode int
此对象的哈希码。
没有设置器继承
isTrusted bool?
没有设置器继承
lastChance bool?
没有设置器
matchingTarget Element
指向 CSS 选择器匹配到的元素的指针。如果没有关联任何事件委托,访问此值将抛出 UnsupportedError
没有设置器继承
path List<EventTarget>
没有设置器继承
runtimeType Type
对象运行时类型的表示。
没有设置器继承
tag String?
没有设置器
target EventTarget?
没有设置器继承
timeStamp num?
没有设置器继承
type String
没有设置器继承

方法

composedPath() List<EventTarget>
继承
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
preventDefault() → void
继承
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
此对象的字符串表示形式。
继承
waitUntil(Future f) → void
继承

算子

operator ==(Object other) bool
等于运算符。
继承