Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PopupWindowProperties

import type { PopupWindowProperties } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Popup Window Properties.

interface PopupWindowProperties {
dimension?: Size;
offset?: OffsetPosition;
positionType?: "CENTER" | "COORDINATES";
showAddressBar?: boolean;
showMenuBar?: boolean;
showScrollBar?: boolean;
showStatusBar?: boolean;
showToolBar?: boolean;
title?: string;
}

§Properties

§
dimension?: Size
[src]

Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID

§

Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.

§
positionType?: "CENTER" | "COORDINATES"
[src]

Popup window position either centered or at specific coordinate.

§
showAddressBar?: boolean
[src]

Whether to display the browser address bar.

§
showMenuBar?: boolean
[src]

Whether to display the browser menu bar.

§
showScrollBar?: boolean
[src]

Whether to display the browser scroll bar.

§
showStatusBar?: boolean
[src]

Whether to display the browser status bar.

§
showToolBar?: boolean
[src]

Whether to display the browser tool bar.

§
title?: string
[src]

Title of popup window.