# NewFrameConfig

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

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

An object describing the possible settings when defining a new frame.

## Properties

- **`bounds`** (`{ top?: number; left?: number; width?: number; height?: number; }`, optional)
  An object describing the possible settings when defining a new frame.
- **`frameId`** (`string`, optional)
  A string which will be used as an id of the new frame. The call will reject if a frame with id already exists
- **`isVisible`** (`boolean`, optional) default: `true` *(since io.Connect Desktop 9.10)*
  If `true`, the newly created Workspaces Frame instance will be visible.
  *Available only in **io.Connect Desktop**.*
