Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
ColorProviderMiddleware
Interface ColorProviderMiddleware
interface
ColorProviderMiddleware
{
provideColorPresentations
?:
(
this
:
void
,
color
:
Color
,
context
:
{
document
:
TextDocument
;
range
:
Range
}
,
token
:
CancellationToken
,
next
:
ProvideColorPresentationSignature
,
)
=>
ProviderResult
<
ColorPresentation
[]
>
;
provideDocumentColors
?:
(
this
:
void
,
document
:
TextDocument
,
token
:
CancellationToken
,
next
:
ProvideDocumentColorsSignature
,
)
=>
ProviderResult
<
ColorInformation
[]
>
;
}
Index
Properties
provide
Color
Presentations?
provide
Document
Colors?
Properties
Optional
provide
Color
Presentations
provideColorPresentations
?:
(
this
:
void
,
color
:
Color
,
context
:
{
document
:
TextDocument
;
range
:
Range
}
,
token
:
CancellationToken
,
next
:
ProvideColorPresentationSignature
,
)
=>
ProviderResult
<
ColorPresentation
[]
>
Optional
provide
Document
Colors
provideDocumentColors
?:
(
this
:
void
,
document
:
TextDocument
,
token
:
CancellationToken
,
next
:
ProvideDocumentColorsSignature
,
)
=>
ProviderResult
<
ColorInformation
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
provide
Color
Presentations
provide
Document
Colors
vscode-languageclient
Loading...