Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/icon-theme-service
IconThemeDefinition
Interface IconThemeDefinition
interface
IconThemeDefinition
{
description
?:
string
;
hasFileIcons
?:
boolean
;
hasFolderIcons
?:
boolean
;
hidesExplorerArrows
?:
boolean
;
id
:
string
;
label
:
string
;
showLanguageModeIcons
?:
boolean
;
}
Hierarchy (
View Summary
)
IconThemeDefinition
IconTheme
Implemented by
PluginIconThemeDefinition
Index
Properties
description?
has
File
Icons?
has
Folder
Icons?
hides
Explorer
Arrows?
id
label
show
Language
Mode
Icons?
Properties
Optional
Readonly
description
description
?:
string
Optional
Readonly
has
File
Icons
hasFileIcons
?:
boolean
Optional
Readonly
has
Folder
Icons
hasFolderIcons
?:
boolean
Optional
Readonly
hides
Explorer
Arrows
hidesExplorerArrows
?:
boolean
Readonly
id
id
:
string
Readonly
label
label
:
string
Optional
Readonly
show
Language
Mode
Icons
showLanguageModeIcons
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
has
File
Icons
has
Folder
Icons
hides
Explorer
Arrows
id
label
show
Language
Mode
Icons
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...