Variable DeviceOrientationEvent
DeviceOrientationEvent: {
prototype: DeviceOrientationEvent;
new (
type: string,
eventInitDict?: DeviceOrientationEventInit,
): DeviceOrientationEvent;
}
prototype: DeviceOrientationEvent;
new (
type: string,
eventInitDict?: DeviceOrientationEventInit,
): DeviceOrientationEvent;
}
Type declaration
- new (
 type: string,
 eventInitDict?: DeviceOrientationEventInit,
 ): DeviceOrientationEvent
- Parameters- type: string
- OptionaleventInitDict: DeviceOrientationEventInit
 - Returns DeviceOrientationEvent
 
- new (
- prototype: DeviceOrientationEvent