Preparing search index...
The search index is not available
vscode-languageclient
vscode-languageclient
NotifyingFeature
Interface NotifyingFeature<P>
interface
NotifyingFeature
<
P
extends
{
textDocument
:
TextDocumentIdentifier
}
>
{
onNotificationSent
:
Event
<
NotificationSendEvent
<
P
>
>
;
}
Type Parameters
P
extends
{
textDocument
:
TextDocumentIdentifier
}
Hierarchy (
View Summary
)
NotifyingFeature
DidOpenTextDocumentFeatureShape
DidCloseTextDocumentFeatureShape
DidChangeTextDocumentFeatureShape
DidSaveTextDocumentFeatureShape
Implemented by
TextDocumentEventFeature
Index
Properties
on
Notification
Sent
Properties
on
Notification
Sent
onNotificationSent
:
Event
<
NotificationSendEvent
<
P
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Notification
Sent
vscode-languageclient
Loading...