AboutSupportDeveloper GuideVersion 41.134.102.2

Returned from getBounds call. bottom and right are never used for setting.

interface WindowBounds {
    bottom: number;
    content: Bounds;
    height: number;
    left: number;
    right: number;
    top: number;
    width: number;
}

Properties

bottom: number
content: Bounds

The bounds for the window's web content, excluding any OS border

height: number
left: number
right: number
top: number
width: number
""