gbox-sdk
    Preparing search index...

    Interface ActionScreenRotationParams

    interface ActionScreenRotationParams {
        angle: 90 | 180 | 270;
        direction: "clockwise" | "counter-clockwise";
    }
    Index

    Properties

    Properties

    angle: 90 | 180 | 270

    Rotation angle in degrees

    direction: "clockwise" | "counter-clockwise"

    Rotation direction