Google Apps Script API
    Preparing search index...
    interface PopupWindowProperties {
        dimension?: GoogleAppsScript.Dfareporting.Schema.Size;
        offset?: OffsetPosition;
        positionType?: string;
        showAddressBar?: boolean;
        showMenuBar?: boolean;
        showScrollBar?: boolean;
        showStatusBar?: boolean;
        showToolBar?: boolean;
        title?: string;
    }
    Index

    Properties

    positionType?: string
    showAddressBar?: boolean
    showMenuBar?: boolean
    showScrollBar?: boolean
    showStatusBar?: boolean
    showToolBar?: boolean
    title?: string