Typescript Library Declarations (DOM)
Interface DeviceMotionEventAcceleration
Available only in secure contexts.
MDN Reference
interface
DeviceMotionEventAcceleration
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
x
y
z
Properties
Readonly
x
x
:
number
MDN Reference
Readonly
y
y
:
number
MDN Reference
Readonly
z
z
:
number
MDN Reference
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
Typescript Library Declarations (DOM)
Available only in secure contexts.
MDN Reference