Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
debug
DebugVariablesSource
Class DebugVariablesSource
Hierarchy
TreeSource
DebugVariablesSource
Index
Constructors
constructor
Properties
model
refresh
Methods
get
Elements
init
Constructors
constructor
new
Debug
Variables
Source
(
options
?
)
:
DebugVariablesSource
Parameters
Optional
options
:
TreeSourceOptions
Returns
DebugVariablesSource
Properties
Protected
Readonly
model
model
:
DebugViewModel
Protected
Readonly
refresh
refresh
:
(
(
...
arguments
)
=>
Promise
<
void
>
)
= ...
Type declaration
(
...
arguments
)
:
Promise
<
void
>
Parameters
Rest
...
arguments
:
[
]
Returns
Promise
<
void
>
Methods
get
Elements
get
Elements
(
)
:
Promise
<
IterableIterator
<
DebugScope
>
>
Returns
Promise
<
IterableIterator
<
DebugScope
>
>
Protected
init
init
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
model
refresh
get
Elements
init
Theia TypeDoc
Loading...