Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
DocumentColorProvider
Interface DocumentColorProvider
interface
DocumentColorProvider
{
provideColorPresentations
(
model
,
colorInfo
)
:
PromiseLike
<
ColorPresentation
[]
>
;
provideDocumentColors
(
model
)
:
PromiseLike
<
ColorInformation
[]
>
;
}
Index
Methods
provide
Color
Presentations
provide
Document
Colors
Methods
provide
Color
Presentations
provide
Color
Presentations
(
model
,
colorInfo
)
:
PromiseLike
<
ColorPresentation
[]
>
Parameters
model
:
ITextModel
colorInfo
:
ColorInformation
Returns
PromiseLike
<
ColorPresentation
[]
>
provide
Document
Colors
provide
Document
Colors
(
model
)
:
PromiseLike
<
ColorInformation
[]
>
Parameters
model
:
ITextModel
Returns
PromiseLike
<
ColorInformation
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
provide
Color
Presentations
provide
Document
Colors
Theia TypeDoc
Loading...