# FDC3ChannelDisplayMetadata

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

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

Provide display hints for FDC3 User Channels intended to be visualized and selectable by end users.

## Properties

- **`color`** (`string`, optional)
  The color that should be associated within this channel when displaying
   this channel in a UI, e.g: `#FF0000`. May be any color value supported by
   CSS, e.g. name, hex, rgba, etc..
- **`glyph`** (`string`, optional)
  A URL of an image that can be used to display this channel.
- **`name`** (`string`, optional)
  A user-readable name for this channel, e.g: `"Red"`.
