Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/source-tree/tree-source
TreeElement
Interface TreeElement
interface
TreeElement
{
id
?:
string
|
number
;
visible
?:
boolean
;
open
?
()
:
any
;
render
(
host
:
TreeWidget
)
:
ReactNode
;
}
Hierarchy (
View Summary
)
TreeElement
CompositeTreeElement
ConsoleItem
Implemented by
DebugBreakpoint
DebugExceptionBreakpoint
DebugFunctionBreakpoint
DebugSourceBreakpoint
DebugStackFrame
DebugThread
LoadMoreStackFrames
VSXExtension
Index
Properties
id?
visible?
Methods
open?
render
Properties
Optional
Readonly
id
id
?:
string
|
number
default: parent id + position among siblings
Optional
Readonly
visible
visible
?:
boolean
default: true
Methods
Optional
open
open
?
()
:
any
Returns
any
render
render
(
host
:
TreeWidget
)
:
ReactNode
Parameters
host
:
TreeWidget
Returns
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
visible
Methods
open
render
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
default: parent id + position among siblings