# WindowOnChannelInfo

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

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

Describes a window that can use Channels.

## Properties

- **`application`** (`string`, required)
  Name of the app to which the window instance belongs.
- **`channel`** (`string | undefined`, required)
  Name of the Channel to which the window is joined.
- **`window`** (`IOConnectBrowser.Windows.WebWindow`, required)
  Describes the window instance.

## Related types

- [WebWindow](https://docs.interop.io/browser/reference/javascript/windows/webwindow/index.md)
