x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
editor
IDecorationOptions
Interface IDecorationOptions
interface
IDecorationOptions
{
color
:
string
|
ThemeColor
;
darkColor
?:
string
|
ThemeColor
;
}
Hierarchy (
View Summary
)
IDecorationOptions
IModelDecorationOverviewRulerOptions
IModelDecorationMinimapOptions
Index
Properties
color
dark
Color?
Properties
color
color
:
string
|
ThemeColor
CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry
Optional
dark
Color
darkColor
?:
string
|
ThemeColor
CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
dark
Color
GitHub
x4js - v2.2.49
Loading...
CSS color to render. e.g.: rgba(100, 100, 100, 0.5) or a color from the color registry