@nextcloud/files

    Interface DeviceMotionEventInit

    interface DeviceMotionEventInit {
        acceleration?: DeviceMotionEventAccelerationInit;
        accelerationIncludingGravity?: DeviceMotionEventAccelerationInit;
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        interval?: number;
        rotationRate?: DeviceMotionEventRotationRateInit;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    accelerationIncludingGravity?: DeviceMotionEventAccelerationInit
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    interval?: number
    MMNEPVFCICPMFPCPTTAAATR