ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
ClientConnectHandler
Type Alias ClientConnectHandler
Experimental
ClientConnectHandler
:
(
connection
:
ClientConnection
)
=>
MaybePromise
<
void
>
Handler called when a
ClientApp
opens a connection.
Type Declaration
(
connection
:
ClientConnection
)
:
MaybePromise
<
void
>
Parameters
connection
:
ClientConnection
Returns
MaybePromise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Loading...
Handler called when a
ClientAppopens a connection.