# GroupDefinition

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

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

Describes a window group that will be created.

*Since: io.Connect Desktop 9.3, @interopio/desktop 6.3.1*

## Properties

- **`frames`** (`FrameDefinition[]`, required)
  List of window frames that will be part of the created window group.
- **`state`** (`string`, optional)
  State for the created window group.
- **`title`** (`string`, optional)
  Title for the created window group.

## Related types

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