Skip to content

Documentation / @agentick/client / ConnectionHandler

Type Alias: ConnectionHandler() ​

ConnectionHandler = (state) => void

Defined in: client/src/types.ts:166

Handler for connection state changes.

Parameters ​

state ​

ConnectionState

Returns ​

void

Released under the ISC License.