Agent Client Protocol - v1.0.0
Protocol Docs
GitHub
NPM
Preparing search index...
AgentNotificationHandlersByMethod
Type Alias AgentNotificationHandlersByMethod
Agent notification handlers keyed by ACP protocol method name.
type
AgentNotificationHandlersByMethod
=
{
"session/cancel"
:
AgentNotificationHandler
<
CancelNotification
>
;
"document/didOpen"
:
AgentNotificationHandler
<
DidOpenDocumentNotification
>
;
"document/didChange"
:
AgentNotificationHandler
<
DidChangeDocumentNotification
,
>
;
"document/didClose"
:
AgentNotificationHandler
<
DidCloseDocumentNotification
>
;
"document/didSave"
:
AgentNotificationHandler
<
DidSaveDocumentNotification
>
;
"document/didFocus"
:
AgentNotificationHandler
<
DidFocusDocumentNotification
>
;
"nes/accept"
:
AgentNotificationHandler
<
AcceptNesNotification
>
;
"nes/reject"
:
AgentNotificationHandler
<
RejectNesNotification
>
;
}
Index
Properties
session/cancel
document/did
Open
document/did
Change
document/did
Close
document/did
Save
document/did
Focus
nes/accept
nes/reject
Properties
session/cancel
"session/cancel"
:
AgentNotificationHandler
<
CancelNotification
>
document/did
Open
"document/didOpen"
:
AgentNotificationHandler
<
DidOpenDocumentNotification
>
document/did
Change
"document/didChange"
:
AgentNotificationHandler
<
DidChangeDocumentNotification
>
document/did
Close
"document/didClose"
:
AgentNotificationHandler
<
DidCloseDocumentNotification
>
document/did
Save
"document/didSave"
:
AgentNotificationHandler
<
DidSaveDocumentNotification
>
document/did
Focus
"document/didFocus"
:
AgentNotificationHandler
<
DidFocusDocumentNotification
>
nes/accept
"nes/accept"
:
AgentNotificationHandler
<
AcceptNesNotification
>
nes/reject
"nes/reject"
:
AgentNotificationHandler
<
RejectNesNotification
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
session/cancel
document/did
Open
document/did
Change
document/did
Close
document/did
Save
document/did
Focus
nes/accept
nes/reject
Protocol Docs
GitHub
NPM
Agent Client Protocol - v1.0.0
Loading...
Agent notification handlers keyed by ACP protocol method name.