# WorkspaceWindowLockConfig

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

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

A config object which provides fine grain control when locking a window

## Properties

- **`allowExtract`** (`boolean`, optional)
  Blocks the users ability to extract the specified window
- **`allowReorder`** (`boolean`, optional)
  Blocks the users ability to reorder the specified window
- **`showCloseButton`** (`boolean`, optional)
  Controls the visibility of the close button which is located in the window's tab
