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