gbox-sdk
    Preparing search index...

    Interface ActionDragResponse

    Result of drag action execution with actual parameters used

    interface ActionDragResponse {
        actionId: string;
        actual: GboxClient.V1.Boxes.ActionDragResponse.Actual;
        message: string;
        screenshot?: GboxClient.V1.Boxes.ActionDragResponse.Screenshot;
    }
    Index

    Properties

    actionId: string

    Unique identifier for each action. Use this ID to locate the action and report issues.

    Actual parameters used when executing the drag action

    message: string

    message

    Complete screenshot result with operation trace, before and after images