gbox-sdk
    Preparing search index...

    Interface ActionTouch

    interface ActionTouch {
        options?: Omit<
            undefined
            | GboxClient.V1.Boxes.ActionCommonOptions,
            "screenshot",
        > & ActionOptionsOverride;
        points: GboxClient.V1.Boxes.ActionTouchParams.Point[];
        screenshotDelay?:
            | `${number}h`
            | `${number}m`
            | `${number}s`
            | `${number}ms`;
    }

    Hierarchy

    Index

    Properties

    options?: Omit<
        undefined
        | GboxClient.V1.Boxes.ActionCommonOptions,
        "screenshot",
    > & ActionOptionsOverride

    Action common options

    Array of touch points and their actions

    screenshotDelay?: `${number}h` | `${number}m` | `${number}s` | `${number}ms`