Visualization
    Preparing search index...

    Interface ZoomSliderStylingInfo

    Represents the styling information that applies to zoom sliders in the Mod Visualization.

    2.1

    interface ZoomSliderStylingInfo {
        innerRange: RangeStylingInfo;
        outerRange: RangeStylingInfo;
        thumb: ThumbStylingInfo;
    }
    Index

    Properties

    innerRange: RangeStylingInfo

    Gets the styling information to use for the inner range of a zoom slider in the Mod Visualization. The inner range is the area between the thumbs of the zoom slider.

    2.1

    outerRange: RangeStylingInfo

    Gets the styling information to use for the outer range of a zoom slider in the Mod Visualization. The outer range is the area between the ends of the zoom slider, visible when the thumbs have been moved inwards.

    2.1

    Gets the styling information to use for the thumbs of a zoom slider in the Mod Visualization.

    2.1