AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface DisplayMetadata

    A system channel will be global enough to have a presence across many apps. This gives us some hints to render them in a standard way. It is assumed it may have other properties too, but if it has these, this is their meaning.

    interface DisplayMetadata {
        color?: string;
        glyph?: string;
        name?: string;
    }
    Index
    color?: string

    The color that should be associated within this channel when displaying this channel in a UI, e.g: 0xFF0000.

    glyph?: string

    A URL of an image that can be used to display this channel

    name?: string

    A user-readable name for this channel, e.g: "Red"