Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
DecorationsService
Interface DecorationsService
interface
DecorationsService
{
onDidChangeDecorations
:
Event
<
Map
<
string
,
Decoration
>
>
;
getDecoration
(
uri
,
includeChildren
)
:
Decoration
[]
;
registerDecorationsProvider
(
provider
)
:
Disposable
;
}
Implemented by
DecorationsServiceImpl
Index
Properties
on
Did
Change
Decorations
Methods
get
Decoration
register
Decorations
Provider
Properties
Readonly
on
Did
Change
Decorations
on
Did
Change
Decorations
:
Event
<
Map
<
string
,
Decoration
>
>
Methods
get
Decoration
get
Decoration
(
uri
,
includeChildren
)
:
Decoration
[]
Parameters
uri
:
URI
includeChildren
:
boolean
Returns
Decoration
[]
register
Decorations
Provider
register
Decorations
Provider
(
provider
)
:
Disposable
Parameters
provider
:
DecorationsProvider
Returns
Disposable
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Did
Change
Decorations
get
Decoration
register
Decorations
Provider
Theia TypeDoc
Loading...