# WindowWithChannelFilter

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

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

Filter that will be applied when looking for io.Connect Windows that can use Channels.

## Properties

- **`application`** (`string`, optional)
  Will retrieve only io.Connect Windows that are instances of the specified app.
- **`channels`** (`string[]`, optional)
  Will retrieve all io.Connect Windows that are on the specified list of Channels.
- **`windowIds`** (`string[]`, optional)
  IDs of io.Connect Windows which to retrieve.
