# LayoutType

**Kind**: type alias | **Module**: [Layouts](https://docs.interop.io/desktop/reference/javascript/layouts/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/layouts/layouttype/index.html

The supported Layout types are `"Global"`, `"ApplicationDefault"` and `"Workspace"`.
The `"Activity"` and `"Swimlane"` types are deprecated.
In a Global Layout, all running apps and their state is saved. By default, hidden windows are ignored.
The App Default Layout describes the default Layout for an app instance - the last saved window bounds,
state and context. The Workspace Layout describes the arrangement of the Workspace elements, its bounds and context of individual windows.

## Members

- **`"Global"`**
- **`"ApplicationDefault"`**
- **`"Workspace"`**
- **`"Activity"`**
- **`"Swimlane"`**
