# ResizeConfig

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

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

An object defining the resize parameters of a frame.

## Properties

- **`height`** (`number`, optional)
  The targeted height value
- **`relative`** (`boolean`, optional)
  Toggles whether or not the provided width and height values should be treated as absolute or relative to the current values.
- **`width`** (`number`, optional)
  The targeted width value
