Interface IModelDecorationOverviewRulerOptions
Expand description
interface IModelDecorationOverviewRulerOptions {
color: string | ThemeColor;
darkColor?: string | ThemeColor;
position: OverviewRulerLane;
}Properties§
§§§
color: string | ThemeColorCSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry
dark Color?: string | ThemeColorCSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry
position: OverviewRulerLaneThe position in the overview ruler.
Options for rendering a model decoration in the overview ruler.