Visualization
    Preparing search index...

    Interface TrellisPanelHeaderStylingInfo

    Represents the styling information that applies to trellis panel headers in the Mod Visualization.

    2.1

    interface TrellisPanelHeaderStylingInfo {
        backgroundColor: string;
        borderColors: EdgeValues<string>;
        font: FontInfo;
    }
    Index

    Properties

    backgroundColor: string

    Gets the color to use for the background-color CSS property. This value is valid a CSS color or the value "none".

    2.1

    borderColors: EdgeValues<string>

    Gets the values to use for the border color CSS properties.

    2.1

    font: FontInfo

    Gets and object describing the font that shall be used in the trellis headers of the Mod Visualization.

    2.1