# Bounds

**Kind**: interface | **Module**: [Workspaces](https://docs.interop.io/desktop/reference/javascript/workspaces/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/workspaces/bounds/index.html

Describes the bounds of a window.

## Properties

- **`height`** (`number`, required)
  Window height in pixels.
- **`left`** (`number`, required)
  Distance of the top left window corner from the left edge of the screen in pixels.
- **`top`** (`number`, required)
  Distance of the top left window corner from the top edge of the screen in pixels.
- **`width`** (`number`, required)
  Window width in pixels.
