Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
TypeDefinitionMiddleware
Interface TypeDefinitionMiddleware
interface
TypeDefinitionMiddleware
{
provideTypeDefinition
?:
(
this
:
void
,
document
:
TextDocument
,
position
:
Position
,
token
:
CancellationToken
,
next
:
ProvideTypeDefinitionSignature
,
)
=>
ProviderResult
<
Definition
|
LocationLink
[]
>
;
}
Index
Properties
provide
Type
Definition?
Properties
Optional
provide
Type
Definition
provideTypeDefinition
?:
(
this
:
void
,
document
:
TextDocument
,
position
:
Position
,
token
:
CancellationToken
,
next
:
ProvideTypeDefinitionSignature
,
)
=>
ProviderResult
<
Definition
|
LocationLink
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
provide
Type
Definition
vscode-languageclient
Loading...