# SizeConstraints

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

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

Describes the minimum and maximum constraints for the window size.

## Properties

- **`maxHeight`** (`number`, optional)
  Maximum height in pixels for the window.
- **`maxWidth`** (`number`, optional)
  Maximum width in pixels for the window.
- **`minHeight`** (`number`, optional)
  Minimum height in pixels for the window.
- **`minWidth`** (`number`, optional)
  Minimum width in pixels for the window.
