Visualization
    Preparing search index...

    Interface ThumbStylingInfo

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

    2.1

    interface ThumbStylingInfo {
        backgroundImage: StateDependentValue<string>;
        borderColors: EdgeValues<string>;
    }
    Index

    Properties

    backgroundImage: StateDependentValue<string>

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

    2.1

    borderColors: EdgeValues<string>

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

    2.1