Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
monaco
MonacoOutlineDecorator
Class MonacoOutlineDecorator
Implements
TreeDecorator
Index
Constructors
constructor
Properties
emitter
id
Accessors
on
Did
Change
Decorations
Methods
collect
Decorations
decorations
to
Decoration
Constructors
constructor
new
Monaco
Outline
Decorator
(
)
:
MonacoOutlineDecorator
Returns
MonacoOutlineDecorator
Properties
Protected
Readonly
emitter
emitter
:
Emitter
<
(
(
tree
)
=>
Map
<
string
,
Data
>
)
>
= ...
Type declaration
(
tree
)
:
Map
<
string
,
Data
>
Parameters
tree
:
Tree
Returns
Map
<
string
,
Data
>
Readonly
id
id
:
"theia-monaco-outline-decorator"
= 'theia-monaco-outline-decorator'
Accessors
on
Did
Change
Decorations
get
onDidChangeDecorations
(
)
:
Event
<
(
(
tree
)
=>
Map
<
string
,
Data
>
)
>
Returns
Event
<
(
(
tree
)
=>
Map
<
string
,
Data
>
)
>
Methods
Protected
collect
Decorations
collect
Decorations
(
tree
)
:
Map
<
string
,
Data
>
Parameters
tree
:
Tree
Returns
Map
<
string
,
Data
>
decorations
decorations
(
tree
)
:
Promise
<
Map
<
string
,
Data
>
>
Parameters
tree
:
Tree
Returns
Promise
<
Map
<
string
,
Data
>
>
Protected
to
Decoration
to
Decoration
(
node
)
:
Data
Parameters
node
:
MonacoOutlineSymbolInformationNode
Returns
Data
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
emitter
id
on
Did
Change
Decorations
collect
Decorations
decorations
to
Decoration
Theia TypeDoc
Loading...