Interface GeneralStylingInfo

Represents the general styling information that applies to the Mod Visualization.

interface GeneralStylingInfo {
    backgroundColor: string;
    font: FontInfo;
}

Properties

backgroundColor: string

Gets the value to use for the background-color CSS property of the Mod Visualization.

font: FontInfo

Gets and object describing the font that shall be used by the Mod Visualization.