Represents the styling (theme) that affects the look and feel of a Mod Visualization.

interface StylingInfo {
    general: GeneralStylingInfo;
    scales: ScaleStylingInfo;
}

Properties

Properties

Gets an object describing the general aspects of the styling, including the font and background color to use in the Mod Visualization.

Gets an object describing the styling of the scales in the Mod Visualization.