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

    Interface DisplayMetadata

    The display data for a context group.

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

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

    glyph?: string

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

    name?: string

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