gbox-sdk
    Preparing search index...

    Touch point movement action configuration

    interface TouchPointMoveAction {
        duration: string;
        type: string;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    duration: string

    Duration of the movement (e.g. "200ms")

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

    type: string

    Type of the action

    x: number

    Target X coordinate

    y: number

    Target Y coordinate