# FrameTargetingOptions

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

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

## Properties

- **`activate`** (`boolean`, optional)
  If `true`, the targeted Workspaces Frame instance will be activated. This means that the Workspaces Frame window will gain focus,
  will be restored to its normal state (e.g., if it has been previously minimized), and will be brought in front of other existing windows.
  Defaults to the configuration passed in the `workspaces.json` file or to `false`.
  *Available only in **io.Connect Desktop**.*
- **`applicationName`** (`string`, optional)
  The application name of the workspace app that should be used for the new frame.
  *Available only in **io.Connect Desktop**.*
- **`newFrame`** (`NewFrameConfig | boolean`, optional)
  A setting used to declare that the workspace must be in a new frame and also provide options for that new frame
- **`reuseFrameId`** (`string`, optional)
  A string id of an existing frame. If provided, this workspace will be opened in that specific frame

## Related types

- [NewFrameConfig](https://docs.interop.io/desktop/reference/javascript/workspaces/newframeconfig/index.md)
