# WindowOnChannelInfo

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

**Source**: https://docs.interop.io/desktop/reference/javascript/channels/windowonchannelinfo/index.html

Describes an io.Connect Window that can use Channels.

## Properties

- **`application`** (`string`, required)
  The name of the app of which the io.Connect Window is an instance.
- **`channel`** (`string`, required)
  The current Channel of the io.Connect Window. May be `undefined` if no Channel is selected.
- **`window`** (`IOConnectDesktop.Windows.IOConnectWindow`, required)
  The io.Connect Window object.

## Related types

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