IModelDecorationOverviewRulerOptions
用于在概览标尺中渲染模型装饰的选项。
ts
interface IModelDecorationOverviewRulerOptions {
color: string | ThemeColor;
darkColor?: string | ThemeColor;
position: OverviewRulerLane;
}
color
- 类型:
string |
ThemeColor
darkColor
- 类型:
string |
ThemeColor