# FrameConstraints

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

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

A config object which shows the possible frame size constraints, which are calculated using all internal elements' constraints

## Properties

- **`maxHeight`** (`number`, required)
  Shows the maximum height of the frame
- **`maxWidth`** (`number`, required)
  Shows the maximum width of the frame
- **`minHeight`** (`number`, required)
  Shows the minimum height of the frame
- **`minWidth`** (`number`, required)
  Shows the minimum width of the frame
