WindowBounds: {
    bottom: number;
    left: number;
    right: number;
    top: number;
}

Bounds of an element relative to the window.

All distances are measured from the edges of the window.