Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
DocumentHighlightProvider
Interface DocumentHighlightProvider
interface
DocumentHighlightProvider
{
provideDocumentHighlights
(
model
,
position
,
token
)
:
undefined
|
DocumentHighlight
[]
;
}
Index
Methods
provide
Document
Highlights
Methods
provide
Document
Highlights
provide
Document
Highlights
(
model
,
position
,
token
)
:
undefined
|
DocumentHighlight
[]
Parameters
model
:
ITextModel
position
:
Position
token
:
CancellationToken
Returns
undefined
|
DocumentHighlight
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
provide
Document
Highlights
Theia TypeDoc
Loading...