Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/source-tree/tree-source
TreeSource
Class TreeSource
Abstract
Hierarchy (
View Summary
)
TreeSource
ConsoleSession
DebugHoverSource
DebugBreakpointsSource
DebugStackFramesSource
DebugThreadsSource
DebugVariablesSource
DebugWatchSource
VSXExtensionsSource
Implements
Disposable
Index
Constructors
constructor
Properties
id
on
Did
Change
on
Did
Change
Emitter
placeholder
to
Dispose
Methods
dispose
fire
Did
Change
get
Elements
Constructors
constructor
new
TreeSource
(
options
?:
TreeSourceOptions
)
:
TreeSource
Parameters
options
:
TreeSourceOptions
= {}
Returns
TreeSource
Properties
Readonly
id
id
:
undefined
|
string
Readonly
on
Did
Change
onDidChange
:
Event
<
void
>
= ...
Protected
Readonly
on
Did
Change
Emitter
onDidChangeEmitter
:
Emitter
<
void
>
= ...
Readonly
placeholder
placeholder
:
undefined
|
string
Protected
Readonly
to
Dispose
toDispose
:
DisposableCollection
= ...
Methods
dispose
dispose
()
:
void
Dispose this object.
Returns
void
Protected
fire
Did
Change
fireDidChange
()
:
void
Returns
void
Abstract
get
Elements
getElements
()
:
MaybePromise
<
IterableIterator
<
TreeElement
>
>
Returns
MaybePromise
<
IterableIterator
<
TreeElement
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
on
Did
Change
on
Did
Change
Emitter
placeholder
to
Dispose
Methods
dispose
fire
Did
Change
get
Elements
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.