Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
NotificationSendEvent
Interface NotificationSendEvent<P>
interface
NotificationSendEvent
<
P
extends
{
textDocument
:
TextDocumentIdentifier
}
,
>
{
params
:
P
;
textDocument
:
TextDocument
;
type
:
ProtocolNotificationType
<
P
,
TextDocumentRegistrationOptions
>
;
}
Type Parameters
P
extends
{
textDocument
:
TextDocumentIdentifier
}
Index
Properties
params
text
Document
type
Properties
params
params
:
P
text
Document
textDocument
:
TextDocument
type
type
:
ProtocolNotificationType
<
P
,
TextDocumentRegistrationOptions
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
params
text
Document
type
vscode-languageclient
Loading...