x4js - v2.2.49
    Preparing search index...

    Options for rendering a model decoration in the overview ruler.

    interface IModelDecorationOverviewRulerOptions {
        color: string | ThemeColor;
        darkColor?: string | ThemeColor;
        position: OverviewRulerLane;
    }

    Hierarchy (View Summary)

    Index
    color: string | ThemeColor

    CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

    darkColor?: string | ThemeColor

    CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry

    The position in the overview ruler.