# WindowWithChannelFilter

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

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

Filter for retrieving windows that can use Channels.

## Properties

- **`application`** (`string`, optional)
  Name of the app whose window instances to retrieve.
- **`channels`** (`string[]`, optional)
  List of Channel names. Only the windows that are joined to one of the specified Channels will be retrieved.
- **`windowIds`** (`string[]`, optional)
  IDs of windows to retrieve.
