# WindowLayoutItem

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

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

An object describing a window definition in a workspace layout.

## Properties

- **`config`** (`WindowLayoutItemConfig`, required)
  A configuration object for the window layout
- **`type`** (`"window"`, required)
  The type of the workspace element.

## Related types

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