Preparing search index...
The search index is not available
yaschema-ws-api-client
yaschema-ws-api-client
WsApiMessageReceiptHandler
Type Alias WsApiMessageReceiptHandler<RequestCommandsT, QueryT>
WsApiMessageReceiptHandler
:
(
args
:
{
message
:
any
;
output
:
WsApiRequestors
<
RequestCommandsT
>
;
query
:
QueryT
;
ws
:
WebSocket
;
}
,
)
=>
Promise
<
void
>
Type Parameters
RequestCommandsT
extends
AnyCommands
QueryT
extends
AnyQuery
Type declaration
(
args
:
{
message
:
any
;
output
:
WsApiRequestors
<
RequestCommandsT
>
;
query
:
QueryT
;
ws
:
WebSocket
;
}
,
)
:
Promise
<
void
>
Parameters
args
:
{
message
:
any
;
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...