CompositionEvent class

Inheritance
Annotations
  • @Native("CompositionEvent")

Constructors

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

Properties

bubblesbool?
read-only, inherited
cancelablebool?
read-only, inherited
composedbool?
read-only, inherited
currentTargetEventTarget?
read-only, inherited
dataString?
read-only
defaultPreventedbool
read-only, inherited
detailint?
read-only, inherited
eventPhaseint
read-only, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
isTrustedbool?
read-only, inherited
matchingTargetElement
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.
pathList<EventTarget>
read-only, inherited
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
sourceCapabilitiesInputDeviceCapabilities?
read-only, inherited
targetEventTarget?
read-only, inherited
timeStampnum?
read-only, inherited
typeString
read-only, inherited
viewWindowBase?
read-only, inherited

Methods

composedPath() → List<EventTarget>
inherited
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited
toString() → String
inherited
A string representation of this object. [...]

Operators

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/CompositionEvent-class.html