gbox-sdk
    Preparing search index...

    Scroll action structure

    interface ScrollAction {
        direction: "up" | "down" | "left" | "right";
        location: string;
        type: "click" | "drag" | "scroll";
    }
    Index

    Properties

    direction: "up" | "down" | "left" | "right"

    Scroll direction

    location: string

    Natural language description of the location where the scroll should originate.

    type: "click" | "drag" | "scroll"

    Action type