MessageEvent

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

构造函数

MessageEvent(String type, {bool canBubble = false, bool cancelable = false, Object? data, String? origin, String? lastEventId, Window? source, List<MessagePort> messagePorts = const []})
工厂

属性

bubbles bool?
无设置器继承
cancelable bool?
无设置器继承
composed bool?
无设置器继承
currentTarget EventTarget?
无设置器继承
data → dynamic
无设置器
defaultPrevented bool
无设置器继承
eventPhase int
无设置器继承
hashCode int
该对象的哈希码。
无设置器继承
isTrusted bool?
无设置器继承
lastEventId String
无设置器
matchingTarget Element
指向触发事件的 CSS 选择器匹配的元素。如果没有与任何事件代理相关联的事件,访问此值将抛出 UnsupportedError
无设置器继承
origin String
无设置器
path List<EventTarget>
无设置器继承
ports List<MessagePort>
无设置器
runtimeType Type
表示对象运行时类型的表示。
无设置器继承
source EventTarget?
无设置器
suborigin String?
无设置器
target EventTarget?
无设置器继承
timeStamp num?
无设置器继承
type String
无设置器继承

方法

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

运算符

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