Preparing search index...
The search index is not available
yaschema-ws-api-client
yaschema-ws-api-client
ApiWs
Interface ApiWs<RequestCommandsT, ResponseCommandsT, QueryT>
interface
ApiWs
<
RequestCommandsT
,
ResponseCommandsT
,
QueryT
>
{
output
:
WsApiRequestors
<
RequestCommandsT
>
;
reconnect
:
(
(
)
=>
Promise
<
ApiWs
<
RequestCommandsT
,
ResponseCommandsT
,
QueryT
>
>
)
;
ws
:
WebSocket
;
}
Type Parameters
RequestCommandsT
extends
AnyCommands
ResponseCommandsT
extends
AnyCommands
QueryT
extends
AnyQuery
Index
Properties
output
reconnect
ws
Properties
output
output
:
WsApiRequestors
<
RequestCommandsT
>
reconnect
reconnect
:
(
(
)
=>
Promise
<
ApiWs
<
RequestCommandsT
,
ResponseCommandsT
,
QueryT
>
>
)
ws
ws
:
WebSocket
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
output
reconnect
ws
yaschema-ws-api-client
Loading...