ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
ClientNotificationHandler
Type Alias ClientNotificationHandler<Params>
Experimental
ClientNotificationHandler
:
(
context
:
ClientNotificationContext
<
Params
>
,
)
=>
MaybePromise
<
void
>
Notification handler registered on a
ClientApp
.
Type Parameters
Params
Type Declaration
(
context
:
ClientNotificationContext
<
Params
>
)
:
MaybePromise
<
void
>
Parameters
context
:
ClientNotificationContext
<
Params
>
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...
Notification handler registered on a
ClientApp.