locar
    Preparing search index...

    Interface DeviceOrientationErrorEvent

    Event emitted when there is an error with device orientation.

    interface DeviceOrientationErrorEvent {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string