# CreateGroupsOptions

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

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

Options for creating window groups.

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

## Properties

- **`context`** (`unknown`, optional)
  Context for the created window groups.
- **`groups`** (`GroupDefinition[]`, required)
  List of window groups to be created.

## Related types

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