# Size

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

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/size/index.html

Describes the size of the window.

## Properties

- **`height`** (`number`, optional)
  Window height in pixels.
- **`width`** (`number`, optional)
  Window width in pixels.
