MessageEvent class

Inheritance

Constructors

MessageEvent(dynamic data, {String origin = ''})

Properties

bubbles bool
getter/setter pairinherited
cancelable bool
getter/setter pairinherited
currentTarget EventTarget?
getter/setter pairinherited
data → dynamic
The data sent by the message emitter.
final
defaultPrevented bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
origin String
A USVString representing the origin of the message emitter.
final
propagationStopped bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target EventTarget?
getter/setter pairinherited
timeStamp int
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

canBubble() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited
toRaw([int methodLength = 0]) Pointer<RawNativeMessageEvent>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited