Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
TreeViewItem
Interface TreeViewItem
interface
TreeViewItem
{
accessibilityInformation
?:
AccessibilityInformation
;
checkboxInfo
?:
TreeViewItemCheckboxInfo
;
collapsibleState
?:
TreeViewItemCollapsibleState
;
command
?:
Command
;
contextValue
?:
string
;
description
?:
string
|
boolean
;
highlights
?:
[
number
,
number
]
[]
;
icon
?:
string
;
iconUrl
?:
IconUrl
;
id
:
string
;
label
:
string
;
resourceUri
?:
UriComponents
;
themeIcon
?:
ThemeIcon
;
tooltip
?:
string
|
MarkdownString
;
}
Index
Properties
accessibility
Information?
checkbox
Info?
collapsible
State?
command?
context
Value?
description?
highlights?
icon?
icon
Url?
id
label
resource
Uri?
theme
Icon?
tooltip?
Properties
Optional
accessibility
Information
accessibilityInformation
?:
AccessibilityInformation
Optional
checkbox
Info
checkboxInfo
?:
TreeViewItemCheckboxInfo
Optional
collapsible
State
collapsibleState
?:
TreeViewItemCollapsibleState
Optional
command
command
?:
Command
Optional
context
Value
contextValue
?:
string
Optional
description
description
?:
string
|
boolean
Optional
highlights
highlights
?:
[
number
,
number
]
[]
Label highlights given as tuples of inclusive start index and exclusive end index.
Optional
icon
icon
?:
string
Optional
icon
Url
iconUrl
?:
IconUrl
id
id
:
string
label
label
:
string
Optional
resource
Uri
resourceUri
?:
UriComponents
Optional
theme
Icon
themeIcon
?:
ThemeIcon
Optional
tooltip
tooltip
?:
string
|
MarkdownString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accessibility
Information
checkbox
Info
collapsible
State
command
context
Value
description
highlights
icon
icon
Url
id
label
resource
Uri
theme
Icon
tooltip
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Label highlights given as tuples of inclusive start index and exclusive end index.