AboutSupportDeveloper GuideVersion 38.126.82.64

The display data for a context group.

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

Properties

Properties

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"