Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
languages
SelectionRangeProvider
Interface SelectionRangeProvider
interface
SelectionRangeProvider
{
provideSelectionRanges
(
model
,
positions
,
token
)
:
ProviderResult
<
SelectionRange
[]
[]
>
;
}
Index
Methods
provide
Selection
Ranges
Methods
provide
Selection
Ranges
provide
Selection
Ranges
(
model
,
positions
,
token
)
:
ProviderResult
<
SelectionRange
[]
[]
>
Provide ranges that should be selected from the given position.
Parameters
model
:
ITextModel
positions
:
Position
[]
token
:
CancellationToken
Returns
ProviderResult
<
SelectionRange
[]
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
provide
Selection
Ranges
Monaco Editor API
Loading...
Provide ranges that should be selected from the given position.