Preparing search index...
The search index is not available
yaschema-ws-api-client
yaschema-ws-api-client
WsApiConnectionChangeHandler
Type Alias WsApiConnectionChangeHandler<RequestCommandsT, QueryT>
WsApiConnectionChangeHandler
:
(
args
:
{
output
:
WsApiRequestors
<
RequestCommandsT
>
;
query
:
QueryT
;
ws
:
WebSocket
;
}
,
)
=>
Promise
<
void
>
Type Parameters
RequestCommandsT
extends
AnyCommands
QueryT
extends
AnyQuery
Type declaration
(
args
:
{
output
:
WsApiRequestors
<
RequestCommandsT
>
;
query
:
QueryT
;
ws
:
WebSocket
;
}
,
)
:
Promise
<
void
>
Parameters
args
:
{
output
:
WsApiRequestors
<
RequestCommandsT
>
;
query
:
QueryT
;
ws
:
WebSocket
}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
yaschema-ws-api-client
Loading...