# DockingPlacement

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

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/dockingplacement/index.html

Describes a docked window.

*Since: io.Connect Desktop 9.1, @interopio/desktop 6.1.0*

## Properties

- **`claimScreenArea`** (`boolean`, optional)
  If `true`, the docked window claims the area it occupies on the screen, in effect, reducing the working area of the screen.
- **`docked`** (`boolean`, required)
  If `true`, the window is docked.
- **`position`** (`DockingPosition`, optional)
  Position of the docked window on the screen - top, bottom, left or right.

## Related types

- [DockingPosition](https://docs.interop.io/desktop/reference/javascript/windows/dockingposition/index.md)
