gbox-sdk
    Preparing search index...

    Interface ActionScreenshotParams

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Clipping region for screenshot capture

    outputFormat?: "base64" | "storageKey"

    Type of the URI. default is base64.