# Neighbours

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

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

Describes the window neighbors of an io.Connect Window.

## Properties

- **`bottom`** (`IOConnectWindow[]`, required)
  Window neighbors to the bottom of the io.Connect Window.
- **`left`** (`IOConnectWindow[]`, required)
  Window neighbors on the left side of the io.Connect Window.
- **`right`** (`IOConnectWindow[]`, required)
  Window neighbors on the right side of the io.Connect Window.
- **`top`** (`IOConnectWindow[]`, required)
  Window neighbors on top of the io.Connect Window.

## Related types

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