Inheritance
Annotations
  • @DocsEditable()
  • @DomName('MediaKeyMessageEvent')
  • @Experimental()
  • @Native("MediaKeyMessageEvent")

Constructors

MediaKeyMessageEvent(String type, [ Map eventInitDict ])
factory

Properties

message ByteBuffer
@DocsEditable(), @DomName('MediaKeyMessageEvent.message'), final
messageType String
@DocsEditable(), @DomName('MediaKeyMessageEvent.messageType'), @Experimental(), final
bubbles bool
@DocsEditable(), @DomName('Event.bubbles'), final, inherited
cancelable bool
@DocsEditable(), @DomName('Event.cancelable'), final, inherited
currentTarget EventTarget
@DocsEditable(), @DomName('Event.currentTarget'), read-only, inherited
defaultPrevented bool
@DocsEditable(), @DomName('Event.defaultPrevented'), final, inherited
eventPhase int
@DocsEditable(), @DomName('Event.eventPhase'), final, inherited
hashCode int
read-only, inherited
isTrusted bool
@DocsEditable(), @DomName('Event.isTrusted'), @Experimental(), final, inherited
matchingTarget Element
A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.
read-only, inherited
path List<EventTarget>
This event's path, taking into account shadow DOM. [...]
@DocsEditable(), @DomName('Event.path'), @Experimental(), final, inherited
runtimeType Type
read-only, inherited
scoped bool
@DocsEditable(), @DomName('Event.scoped'), @Experimental(), final, inherited
target EventTarget
@DocsEditable(), @DomName('Event.target'), read-only, inherited
timeStamp double
@DocsEditable(), @DomName('Event.timeStamp'), final, inherited
type String
@DocsEditable(), @DomName('Event.type'), final, inherited

Methods

deepPath() List<EventTarget>
@DocsEditable(), @DomName('Event.deepPath'), @Experimental(), inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
preventDefault() → void
@DocsEditable(), @DomName('Event.preventDefault'), inherited
stopImmediatePropagation() → void
@DocsEditable(), @DomName('Event.stopImmediatePropagation'), inherited
stopPropagation() → void
@DocsEditable(), @DomName('Event.stopPropagation'), inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited