gbox-sdk
    Preparing search index...

    Interface ActionSwipeAdvanced

    interface ActionSwipeAdvanced {
        duration?: string;
        end: string | SwipePath;
        options?: ActionCommonOptions & Omit<
            GboxClient.V1.Boxes.ActionCommonOptions,
            "screenshot",
        >;
        start: string
        | SwipePath;
    }

    Hierarchy

    Index

    Properties

    duration?: string

    Duration of the swipe

    Supported time units: ms (milliseconds), s (seconds), m (minutes), h (hours) Example formats: "500ms", "30s", "5m", "1h" Default: 500ms

    end: string | SwipePath

    End point of the swipe path (coordinates or natural language)

    options?: ActionCommonOptions & Omit<
        GboxClient.V1.Boxes.ActionCommonOptions,
        "screenshot",
    >
    start: string | SwipePath

    Start point of the swipe path (coordinates or natural language)