# MoveConfig

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

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

An object defining the position parameters of a frame.

## Properties

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