gbox-sdk
    Preparing search index...

    Click action structure

    interface ClickAction {
        target: string;
        type: "click" | "drag" | "scroll";
    }
    Index

    Properties

    Properties

    target: string

    Natural language description of what to click

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

    Action type