Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
main/browser/plugin-icon-theme-service
PluginIconThemeDocument
Interface PluginIconThemeDocument
interface
PluginIconThemeDocument
{
file
?:
string
;
fileExtensions
?:
{
[
extension
:
string
]:
string
}
;
fileNames
?:
{
[
fileName
:
string
]:
string
}
;
folder
?:
string
;
folderExpanded
?:
string
;
folderNames
?:
{
[
folderName
:
string
]:
string
}
;
folderNamesExpanded
?:
{
[
folderName
:
string
]:
string
}
;
fonts
:
PluginFontDefinition
[]
;
hidesExplorerArrows
?:
boolean
;
highContrast
?:
PluginIconsAssociation
;
iconDefinitions
:
PluginIconDefinitions
;
languageIds
?:
{
[
languageId
:
string
]:
string
}
;
light
?:
PluginIconsAssociation
;
rootFolder
?:
string
;
rootFolderExpanded
?:
string
;
showLanguageModeIcons
?:
boolean
;
}
Hierarchy (
View Summary
)
PluginIconsAssociation
PluginIconThemeDocument
Index
Properties
file?
file
Extensions?
file
Names?
folder?
folder
Expanded?
folder
Names?
folder
Names
Expanded?
fonts
hides
Explorer
Arrows?
high
Contrast?
icon
Definitions
language
Ids?
light?
root
Folder?
root
Folder
Expanded?
show
Language
Mode
Icons?
Properties
Optional
file
file
?:
string
Optional
file
Extensions
fileExtensions
?:
{
[
extension
:
string
]:
string
}
Optional
file
Names
fileNames
?:
{
[
fileName
:
string
]:
string
}
Optional
folder
folder
?:
string
Optional
folder
Expanded
folderExpanded
?:
string
Optional
folder
Names
folderNames
?:
{
[
folderName
:
string
]:
string
}
Optional
folder
Names
Expanded
folderNamesExpanded
?:
{
[
folderName
:
string
]:
string
}
fonts
fonts
:
PluginFontDefinition
[]
Optional
hides
Explorer
Arrows
hidesExplorerArrows
?:
boolean
Optional
high
Contrast
highContrast
?:
PluginIconsAssociation
icon
Definitions
iconDefinitions
:
PluginIconDefinitions
Optional
language
Ids
languageIds
?:
{
[
languageId
:
string
]:
string
}
Optional
light
light
?:
PluginIconsAssociation
Optional
root
Folder
rootFolder
?:
string
Optional
root
Folder
Expanded
rootFolderExpanded
?:
string
Optional
show
Language
Mode
Icons
showLanguageModeIcons
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
file
Extensions
file
Names
folder
folder
Expanded
folder
Names
folder
Names
Expanded
fonts
hides
Explorer
Arrows
high
Contrast
icon
Definitions
language
Ids
light
root
Folder
root
Folder
Expanded
show
Language
Mode
Icons
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...