gbox-sdk
    Preparing search index...

    Interface ActionScreenRotation

    interface ActionScreenRotation {
        options?: ActionCommonOptions & Omit<
            GboxClient.V1.Boxes.ActionCommonOptions,
            "screenshot",
        >;
        orientation: | "portrait"
        | "landscapeLeft"
        | "portraitUpsideDown"
        | "landscapeRight";
    }

    Hierarchy

    Index

    Properties

    options?: ActionCommonOptions & Omit<
        GboxClient.V1.Boxes.ActionCommonOptions,
        "screenshot",
    >
    orientation:
        | "portrait"
        | "landscapeLeft"
        | "portraitUpsideDown"
        | "landscapeRight"

    Target screen orientation