# ChannelContext

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

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

Describes a Channel context.

## Properties

- **`data`** (`{ fdc3?: FDC3Context; [key: string]: any }`, required)
  Channel context data.
- **`meta`** (`any`, required)
  Channel meta data (display name, color, image and more).
- **`name`** (`string`, required)
  Unique name of the Channel context.

## Related types

- [FDC3Context](https://docs.interop.io/desktop/reference/javascript/channels/fdc3context/index.md)
