Interface IModelDecorationMinimapOptions
Expand description
interface IModelDecorationMinimapOptions {
color: string | ThemeColor;
darkColor?: string | ThemeColor;
position: MinimapPosition;
sectionHeaderStyle?: MinimapSectionHeaderStyle;
sectionHeaderText?: string;
}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: MinimapPositionThe position in the minimap.
section Header Style?: MinimapSectionHeaderStyleIf the decoration is for a section header, which header style.
section Header Text?: stringIf the decoration is for a section header, the header text.
Options for rendering a model decoration in the minimap.