MouseEvent类
- 继承
- 实现者
- 注解
-
- @Native("MouseEvent,DragEvent")
构造函数
属性
- altKey → bool
-
无设置器
- bubbles → bool?
-
无设置器继承
-
无设置器
-
无设置器
- cancelable → bool?
-
无设置器继承
-
client → Point<
num> -
无设置器
- composed → bool?
-
无设置器继承
- ctrlKey → bool
-
无设置器
- currentTarget → EventTarget?
-
无设置器继承
- dataTransfer → DataTransfer
-
无设置器
- defaultPrevented → bool
-
无设置器继承
- detail → int?
-
无设置器继承
- eventPhase → int
-
无设置器继承
- fromElement → Node?
- 在
mouseover
事件中访问鼠标来自的元素的非标准方式。无设置器 - hashCode → int
- 此对象的哈希码。无设置器继承
- isTrusted → bool?
-
无设置器继承
-
layer → Point<
num> -
无设置器
- matchingTarget → Element
- 指向事件在这些元素的CSS选择器内触发的元素的指针。如果此事件未与任何事件委托关联,则访问此值将引发UnsupportedError。无设置器继承
- metaKey → bool
-
无设置器
-
movement → Point<
num> -
无设置器
-
offset → Point<
num> - 鼠标指针在目标节点坐标中的坐标。无设置器
-
page → Point<
num> -
无设置器
-
path → List<
EventTarget> -
无设置器继承
- region → String?
-
无设置器
-
无设置器
- runtimeType → Type
- 对象运行时类型的表示。无设置器继承
-
screen → Point<
num> -
无设置器
- shiftKey → bool
-
无设置器
- sourceCapabilities → InputDeviceCapabilities?
-
无设置器继承
- target → EventTarget?
-
无设置器继承
- timeStamp → num?
-
无设置器继承
- toElement → Node?
- 在
mouseout
事件中访问鼠标去向的元素的非标准方式。无设置器 - type → String
-
无设置器继承
- view → WindowBase?
-
无设置器继承
方法
-
composedPath(
) → List< EventTarget> -
继承
-
getModifierState(
String keyArg) → bool -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
preventDefault(
) → void -
继承
-
stopImmediatePropagation(
) → void -
继承
-
stopPropagation(
) → void -
继承
-
toString(
) → String - 此对象的字符串表示。继承
操作符
-
operator ==(
Object other) → bool - 等价运算符。继承