Type alias WindowBounds

WindowBounds: Bounds & {
    bottom: number;
    right: number;
}

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

Generated using TypeDoc