Type alias DisplayMetadata

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

The display data for a context group.

Type declaration

  • Optional Readonly color?: string

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

  • Optional Readonly glyph?: string

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

  • Optional Readonly name?: string

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

Generated using TypeDoc