# GroupLayoutItem

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

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

An object describing a group definition in a workspace layout.

## Properties

- **`children`** (`WindowLayoutItem[]`, required)
  An array of all the group's children which can only of type window.
- **`config`** (`any`, required)
  An object containing various element settings.
- **`type`** (`"group"`, required)
  The type of the workspace element.

## Related types

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