W3cubDocs

/Dart 2

VRDeviceEvent class

Inheritance
Annotations
  • @Native("VRDeviceEvent")

Constructors

VRDeviceEvent(String type, Map eventInitDict)
factory

Properties

deviceVRDevice
final
bubblesbool
final, inherited
cancelablebool
final, inherited
composedbool
final, inherited
currentTargetEventTarget
read-only, inherited
defaultPreventedbool
final, inherited
eventPhaseint
final, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
isTrustedbool
final, 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.
targetEventTarget
read-only, inherited
timeStampnum
final, inherited
typeString
final, 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
Returns a string representation of this object.

Operators

operator ==(dynamic 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.5.0/dart-html/VRDeviceEvent-class.html