gbox-sdk
    Preparing search index...

    Interface BrowserOpenParams

    interface BrowserOpenParams {
        maximize?: boolean;
        showControls?: boolean;
        size?: string;
    }
    Index

    Properties

    maximize?: boolean

    Whether to maximize the browser window.

    showControls?: boolean

    Whether to show the browser's minimize, maximize and close buttons. Default is true.

    size?: string

    The window size, format: x. If not specified, the browser will open with the default size. If both maximize and size are specified, maximize will take precedence.