gbox-sdk
    Preparing search index...

    Model click response data structure

    interface ModelClickResponseData {
        coordinates: GboxClient.V1.ModelCallResponse.ModelClickResponseData.Coordinates;
        type: "click" | "drag" | "scroll";
    }
    Index

    Properties

    Properties

    Single click result with coordinates

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

    Action type