Not documented.

Annotations
  • DomName('CompositionEvent')
Extends

Properties

int activeSegmentEnd
read-only
int activeSegmentStart
read-only
bool bubbles
read-only, inherited
bool cancelable
read-only, inherited
DataTransfer clipboardData
read-only, inherited
Access to the system's clipboard data during copy, cut, and paste events.
EventTarget currentTarget
read-only, inherited
String data
read-only
bool defaultPrevented
read-only, inherited
int detail
read-only, inherited
int eventPhase
read-only, inherited
Point layer
read-only, inherited
Element matchingTarget
read-only, inherited
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.
Point page
read-only, inherited
List<Node> path
read-only, inherited
This event's path, taking into account shadow DOM.
EventTarget target
read-only, inherited
int timeStamp
read-only, inherited
String type
read-only, inherited
WindowBase view
read-only, inherited
int which
read-only, inherited

Constructors

CompositionEvent(String type, {bool canBubble: false, bool cancelable: false, Window view, String data, String locale})

Methods

getSegments() → List<int>
preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited