Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
DocumentColorProvider
Interface DocumentColorProvider
interface
DocumentColorProvider
{
provideColorPresentations
(
model
:
ITextModel
,
colorInfo
:
ColorInformation
,
)
:
PromiseLike
<
ColorPresentation
[]
>
;
provideDocumentColors
(
model
:
ITextModel
)
:
PromiseLike
<
ColorInformation
[]
>
;
}
Index
Methods
provide
Color
Presentations
provide
Document
Colors
Methods
provide
Color
Presentations
provideColorPresentations
(
model
:
ITextModel
,
colorInfo
:
ColorInformation
,
)
:
PromiseLike
<
ColorPresentation
[]
>
Parameters
model
:
ITextModel
colorInfo
:
ColorInformation
Returns
PromiseLike
<
ColorPresentation
[]
>
provide
Document
Colors
provideDocumentColors
(
model
:
ITextModel
)
:
PromiseLike
<
ColorInformation
[]
>
Parameters
model
:
ITextModel
Returns
PromiseLike
<
ColorInformation
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
provide
Color
Presentations
provide
Document
Colors
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...