@runloop/api-client - v1.4.0
    Preparing search index...

    The x (pixels from the left) and y (pixels from the top) coordinates for the mouse to move or click-drag. Required only by action=mouse_move or action=left_click_drag

    interface Coordinate {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The x coordinate (pixels from the left) for the mouse to move or click-drag.

    y: number

    The y coordinate (pixels from the top) for the mouse to move or click-drag.