Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
ExecuteCommandMiddleware
Interface ExecuteCommandMiddleware
interface
ExecuteCommandMiddleware
{
executeCommand
?:
(
this
:
void
,
command
:
string
,
args
:
any
[]
,
next
:
ExecuteCommandSignature
,
)
=>
any
;
}
Index
Properties
execute
Command?
Properties
Optional
execute
Command
executeCommand
?:
(
this
:
void
,
command
:
string
,
args
:
any
[]
,
next
:
ExecuteCommandSignature
,
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
execute
Command
vscode-languageclient
Loading...