UIEvent

继承
实现者
注释
  • @Native("UIEvent")

构造函数

UIEvent(String type, {Window? view, int detail = 0, bool canBubble = true, bool cancelable = true})
工厂

属性

bubbles bool?
无setter继承
cancelable bool?
无setter继承
composed bool?
无setter继承
currentTarget EventTarget?
无setter继承
defaultPrevented bool
无setter继承
detail int?
无setter
eventPhase int
无setter继承
hashCode int
该对象的重写码。
无setter继承
isTrusted bool?
无setter继承
matchingTarget Element
一个指向元素的指针,其CSS选择器与触发事件时匹配。如果此事件未关联任何事件委托,访问此值将抛出UnsupportedError
无setter继承
path List<EventTarget>
无setter继承
runtimeType Type
对象运行时类型的表示。
无setter继承
sourceCapabilities InputDeviceCapabilities?
无setter
target EventTarget?
无setter继承
timeStamp num?
无setter继承
type String
无setter继承
view WindowBase?
无setter

方法

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

运算符

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