Variable DeviceMotionEvent
DeviceMotionEvent: {
prototype: DeviceMotionEvent;
new (
type: string,
eventInitDict?: DeviceMotionEventInit,
): DeviceMotionEvent;
}
prototype: DeviceMotionEvent;
new (
type: string,
eventInitDict?: DeviceMotionEventInit,
): DeviceMotionEvent;
}
Type declaration
- new (type: string, eventInitDict?: DeviceMotionEventInit): DeviceMotionEvent
Parameters
- type: string
Optional
eventInitDict: DeviceMotionEventInit
Returns DeviceMotionEvent
prototype: DeviceMotionEvent