Dart API Reference
dart:html
DeviceOrientationEvent
DeviceOrientationEvent
class
Annotations
DomName('DeviceOrientationEvent')
Experimental()
Extends
Object
Event
DeviceOrientationEvent
Constructors
DeviceOrientationEvent
(
String
type
, {
bool
canBubble
:
true
,
bool
cancelable
:
true
,
num
alpha
:
0
,
num
beta
:
0
,
num
gamma
:
0
,
bool
absolute
:
false
})
Instance Properties
absolute
bool
read-only
alpha
double
read-only
beta
double
read-only
gamma
double
read-only
matchingTarget
Element
Inherited
read-only
bubbles
bool
Inherited
read-only
cancelable
bool
Inherited
read-only
clipboardData
DataTransfer
Inherited
read-only
currentTarget
EventTarget
Inherited
read-only
defaultPrevented
bool
Inherited
read-only
eventPhase
int
Inherited
read-only
path
List
<
Node
>
Inherited
read-only
target
EventTarget
Inherited
read-only
timeStamp
int
Inherited
read-only
type
String
Inherited
read-only
Instance Methods
preventDefault
(
) →
void
Inherited
stopImmediatePropagation
(
) →
void
Inherited
stopPropagation
(
) →
void
Inherited