quaternion property
The quaternion read-only
property of the OrientationSensor interface returns a four element
Array whose elements contain the components of the unit
representing the device's orientation.
Because OrientationSensor is a base class, quaternion may
only be read from one of its derived classes.
Implementation
external JSArray<JSNumber>? get quaternion;