gbox-sdk
    Preparing search index...

    Interface ActionSwipeResponse

    Result of swipe action execution with actual parameters used

    interface ActionSwipeResponse {
        actionId: string;
        actual: GboxClient.V1.Boxes.ActionSwipeResponse.Actual;
        message: string;
        screenshot?: GboxClient.V1.Boxes.ActionSwipeResponse.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 swipe action

    message: string

    message

    Complete screenshot result with operation trace, before and after images