Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
ContentDecorationRenderOptions
Interface ContentDecorationRenderOptions
interface
ContentDecorationRenderOptions
{
backgroundColor
?:
string
|
ThemeColor
;
border
?:
string
;
borderColor
?:
string
|
ThemeColor
;
color
?:
string
|
ThemeColor
;
contentIconPath
?:
UriComponents
;
contentText
?:
string
;
fontStyle
?:
string
;
fontWeight
?:
string
;
height
?:
string
;
margin
?:
string
;
textDecoration
?:
string
;
width
?:
string
;
}
Index
Properties
background
Color?
border?
border
Color?
color?
content
Icon
Path?
content
Text?
font
Style?
font
Weight?
height?
margin?
text
Decoration?
width?
Properties
Optional
background
Color
background
Color
?:
string
|
ThemeColor
Optional
border
border
?:
string
Optional
border
Color
border
Color
?:
string
|
ThemeColor
Optional
color
color
?:
string
|
ThemeColor
Optional
content
Icon
Path
content
Icon
Path
?:
UriComponents
Optional
content
Text
content
Text
?:
string
Optional
font
Style
font
Style
?:
string
Optional
font
Weight
font
Weight
?:
string
Optional
height
height
?:
string
Optional
margin
margin
?:
string
Optional
text
Decoration
text
Decoration
?:
string
Optional
width
width
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
background
Color
border
border
Color
color
content
Icon
Path
content
Text
font
Style
font
Weight
height
margin
text
Decoration
width
Theia TypeDoc
Loading...