Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
DecorationsExt
Interface DecorationsExt
interface
DecorationsExt
{
$provideDecorations
(
handle
,
requests
,
token
)
:
Promise
<
DecorationReply
>
;
registerFileDecorationProvider
(
provider
,
pluginInfo
)
:
Disposable
;
}
Implemented by
DecorationsExtImpl
Index
Methods
$provide
Decorations
register
File
Decoration
Provider
Methods
$provide
Decorations
$provide
Decorations
(
handle
,
requests
,
token
)
:
Promise
<
DecorationReply
>
Parameters
handle
:
number
requests
:
DecorationRequest
[]
token
:
CancellationToken
Returns
Promise
<
DecorationReply
>
register
File
Decoration
Provider
register
File
Decoration
Provider
(
provider
,
pluginInfo
)
:
Disposable
Parameters
provider
:
FileDecorationProvider
pluginInfo
:
PluginInfo
Returns
Disposable
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
$provide
Decorations
register
File
Decoration
Provider
Theia TypeDoc
Loading...