Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
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
accessibility
Information
?:
AccessibilityInformation
Optional
checkbox
Info
checkbox
Info
?:
TreeViewItemCheckboxInfo
Optional
collapsible
State
collapsible
State
?:
TreeViewItemCollapsibleState
Optional
command
command
?:
Command
Optional
context
Value
context
Value
?:
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
icon
Url
?:
IconUrl
id
id
:
string
label
label
:
string
Optional
resource
Uri
resource
Uri
?:
UriComponents
Optional
theme
Icon
theme
Icon
?:
ThemeIcon
Optional
tooltip
tooltip
?:
string
|
MarkdownString
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
accessibility
Information
checkbox
Info
collapsible
State
command
context
Value
description
highlights
icon
icon
Url
id
label
resource
Uri
theme
Icon
tooltip
Theia TypeDoc
Loading...
Label highlights given as tuples of inclusive start index and exclusive end index.