# UngroupOptions

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

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

Settings for a window extracted from a window group.

## Properties

- **`bounds`** (`Partial<Bounds>`, optional)
  Bounds for the extracted window.
- **`focus`** (`boolean`, optional)
  If `true`, the extracted window will be on focus.

## Related types

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