Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
plugin/types-impl
TreeItem
Class TreeItem
Index
Constructors
constructor
Properties
checkbox
State?
collapsible
State
command?
context
Value?
icon
Path?
id?
label?
resource
Uri?
tooltip?
Constructors
constructor
new
TreeItem
(
label
:
string
|
TreeItemLabel
,
collapsibleState
?:
TreeItemCollapsibleState
,
)
:
TreeItem
Parameters
label
:
string
|
TreeItemLabel
Optional
collapsibleState
:
TreeItemCollapsibleState
Returns
TreeItem
new
TreeItem
(
resourceUri
:
URI
,
collapsibleState
?:
TreeItemCollapsibleState
,
)
:
TreeItem
Parameters
resourceUri
:
URI
Optional
collapsibleState
:
TreeItemCollapsibleState
Returns
TreeItem
Properties
Optional
checkbox
State
checkboxState
?:
|
TreeItemCheckboxState
|
{
accessibilityInformation
?:
AccessibilityInformation
;
state
:
TreeItemCheckboxState
;
tooltip
?:
string
;
}
collapsible
State
collapsibleState
:
TreeItemCollapsibleState
= TreeItemCollapsibleState.None
Optional
command
command
?:
Command
Optional
context
Value
contextValue
?:
string
Optional
icon
Path
iconPath
?:
|
string
|
URI
|
ThemeIcon
|
{
dark
:
string
|
URI
;
light
:
string
|
URI
}
Optional
id
id
?:
string
Optional
label
label
?:
string
|
TreeItemLabel
Optional
resource
Uri
resourceUri
?:
URI
Optional
tooltip
tooltip
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
checkbox
State
collapsible
State
command
context
Value
icon
Path
id
label
resource
Uri
tooltip
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...