@squidcloud/backend
Preparing search index...
ClientConnectionStateChangeAction
Type Alias ClientConnectionStateChangeAction
ClientConnectionStateChangeAction
:
(
clientId
:
ClientId
,
clientConnectionState
:
ClientConnectionState
,
)
=>
Promise
<
void
>
|
void
A type defining a function that handles changes in client connection state.
Type Declaration
(
clientId
:
ClientId
,
clientConnectionState
:
ClientConnectionState
,
)
:
Promise
<
void
>
|
void
Parameters
clientId
:
ClientId
clientConnectionState
:
ClientConnectionState
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@squidcloud/backend
Loading...
A type defining a function that handles changes in client connection state.