# ElementResizeConfig

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

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

A config object which defines how a workspace element should be resized

## Properties

- **`height`** (`number`, optional)
  Defines the desired new height of the element
- **`width`** (`number`, optional)
  Defines the desired new width of the element
