On this page

Interface DeviceOrientationEventInit

interface DeviceOrientationEventInit {
    absolute?: boolean;
    alpha?: number | null;
    beta?: number | null;
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    gamma?: number | null;
}

Hierarchy (View Summary)

Index

Properties

absolute?: boolean
alpha?: number | null
beta?: number | null
bubbles?: boolean
cancelable?: boolean
composed?: boolean
gamma?: number | null
Was this helpful?
SDK JS
Reference
DeviceOrientationEventInit