gbox-sdk
    Preparing search index...

    Interface ActionScreenshot

    interface ActionScreenshot {
        clip?: GboxClient.V1.Boxes.ActionScreenshotParams.Clip;
        outputFormat?: "base64" | "storageKey";
        path?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Clipping region for screenshot capture

    outputFormat?: "base64" | "storageKey"

    Type of the URI. default is base64.

    path?: string

    The path to save the screenshot to. If not provided, the screenshot will not be saved to the local file system.