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
Optional
eventInitDict: DeviceOrientationEventInit
Returns DeviceOrientationEvent
- new (
prototype: DeviceOrientationEvent