Visualization
    Preparing search index...

    Interface RangeStylingInfo

    Represents the styling information that applies to a range, for instance in a zoom slider, in the Mod Visualization.

    2.1

    interface RangeStylingInfo {
        backgroundColor: string;
        borderColors: EdgeValues<string>;
    }
    Index

    Properties

    backgroundColor: string

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

    2.1

    borderColors: EdgeValues<string>

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

    2.1