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

Hierarchy-Diagram

UML class diagram of DeviceOrientationEventInit
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

absolute?: boolean
alpha?: null | number
beta?: null | number
bubbles?: boolean
cancelable?: boolean
composed?: boolean
gamma?: null | number