Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
IconTheme
Interface IconTheme
interface
IconTheme
{
description
?:
string
;
hasFileIcons
?:
boolean
;
hasFolderIcons
?:
boolean
;
hidesExplorerArrows
?:
boolean
;
id
:
string
;
label
:
string
;
showLanguageModeIcons
?:
boolean
;
activate
(
)
:
Disposable
;
}
Hierarchy (
view full
)
IconThemeDefinition
IconTheme
Implemented by
DefaultFileIconThemeContribution
NoneIconTheme
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
has
File
Icons
?:
boolean
Optional
Readonly
has
Folder
Icons
has
Folder
Icons
?:
boolean
Optional
Readonly
hides
Explorer
Arrows
hides
Explorer
Arrows
?:
boolean
Readonly
id
id
:
string
Readonly
label
label
:
string
Optional
Readonly
show
Language
Mode
Icons
show
Language
Mode
Icons
?:
boolean
Methods
activate
activate
(
)
:
Disposable
Returns
Disposable
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
description
has
File
Icons
has
Folder
Icons
hides
Explorer
Arrows
id
label
show
Language
Mode
Icons
activate
Theia TypeDoc
Loading...