Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
languages
DocumentRangeSemanticTokensProvider
Interface DocumentRangeSemanticTokensProvider
interface
DocumentRangeSemanticTokensProvider
{
getLegend
(
)
:
SemanticTokensLegend
;
provideDocumentRangeSemanticTokens
(
model
,
range
,
token
)
:
ProviderResult
<
SemanticTokens
>
;
}
Index
Methods
get
Legend
provide
Document
Range
Semantic
Tokens
Methods
get
Legend
get
Legend
(
)
:
SemanticTokensLegend
Returns
SemanticTokensLegend
provide
Document
Range
Semantic
Tokens
provide
Document
Range
Semantic
Tokens
(
model
,
range
,
token
)
:
ProviderResult
<
SemanticTokens
>
Parameters
model
:
ITextModel
range
:
Range
token
:
CancellationToken
Returns
ProviderResult
<
SemanticTokens
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Legend
provide
Document
Range
Semantic
Tokens
Monaco Editor API
Loading...