# Bounds

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

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

Describes the display bounds.

## Properties

- **`height`** (`number`, required)
  Height of the display in pixels.
- **`left`** (`number`, required)
  The horizontal coordinate of the top left corner of the display in pixels.
- **`top`** (`number`, required)
  The vertical coordinate of the top left corner of the display in pixels.
- **`width`** (`number`, required)
  Width of the display in pixels.
