Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
NotificationMessage
Interface NotificationMessage
Notification Message
interface
NotificationMessage
{
jsonrpc
:
string
;
method
:
string
;
params
?:
object
|
any
[]
;
}
Hierarchy (
View Summary
)
Message
NotificationMessage
Index
Properties
jsonrpc
method
params?
Properties
jsonrpc
jsonrpc
:
string
method
method
:
string
The method to be invoked.
Optional
params
params
?:
object
|
any
[]
The notification's params.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
jsonrpc
method
params
vscode-languageclient
Loading...
Notification Message