Skip to content

IModelDecorationOverviewRulerOptions

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IModelDecorationOverviewRulerOptions.html

用于在概览标尺中渲染模型装饰的选项。

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

color

darkColor

position