Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/icon-theme-service
IconTheme
Interface IconTheme
interface
IconTheme
{
description
?:
string
;
hasFileIcons
?:
boolean
;
hasFolderIcons
?:
boolean
;
hidesExplorerArrows
?:
boolean
;
id
:
string
;
label
:
string
;
showLanguageModeIcons
?:
boolean
;
activate
()
:
Disposable
;
}
Hierarchy (
View Summary
)
IconThemeDefinition
IconTheme
Implemented by
DefaultFileIconThemeContribution
NoneIconTheme
PluginIconTheme
Index
Properties
description?
has
File
Icons?
has
Folder
Icons?
hides
Explorer
Arrows?
id
label
show
Language
Mode
Icons?
Methods
activate
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
Methods
activate
activate
()
:
Disposable
Returns
Disposable
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
Methods
activate
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...