Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/typehierarchy
typehierarchy
TypeHierarchyItem
Interface TypeHierarchyItem
interface
TypeHierarchyItem
{
_itemId
?:
string
;
_sessionId
?:
string
;
detail
?:
string
;
kind
:
SymbolKind
;
name
:
string
;
range
:
Range
;
selectionRange
:
Range
;
tags
?:
readonly
1
[]
;
uri
:
UriComponents
;
}
Index
Properties
_
item
Id?
_
session
Id?
detail?
kind
name
range
selection
Range
tags?
uri
Properties
Optional
_
item
Id
_itemId
?:
string
Optional
_
session
Id
_sessionId
?:
string
Optional
detail
detail
?:
string
kind
kind
:
SymbolKind
name
name
:
string
range
range
:
Range
selection
Range
selectionRange
:
Range
Optional
tags
tags
?:
readonly
1
[]
uri
uri
:
UriComponents
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
item
Id
_
session
Id
detail
kind
name
range
selection
Range
tags
uri
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...