Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
DecorationsProvider
Interface DecorationsProvider
interface
DecorationsProvider
{
onDidChange
:
Event
<
URI
[]
>
;
provideDecorations
(
uri
,
token
)
:
undefined
|
Decoration
|
Promise
<
undefined
|
Decoration
>
;
}
Index
Properties
on
Did
Change
Methods
provide
Decorations
Properties
Readonly
on
Did
Change
on
Did
Change
:
Event
<
URI
[]
>
Methods
provide
Decorations
provide
Decorations
(
uri
,
token
)
:
undefined
|
Decoration
|
Promise
<
undefined
|
Decoration
>
Parameters
uri
:
URI
token
:
CancellationToken
Returns
undefined
|
Decoration
|
Promise
<
undefined
|
Decoration
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Did
Change
provide
Decorations
Theia TypeDoc
Loading...