gbox-sdk
    Preparing search index...

    Interface ActionCommonOptions

    Action common options

    interface ActionCommonOptions {
        screenshot?: boolean | GboxClient.V1.Boxes.ActionScreenshotOptions;
    }
    Index

    Properties

    Properties

    Screenshot options. Can be a boolean to enable/disable screenshots, or an object to configure screenshot options.