Interface: WebSocketLinkOptions
Properties
client
client:
object
Type declaration
client.close
close: () =>
void
Returns
void
client.request
request: (
op
,callbacks
) =>UnsubscribeFn
Parameters
Parameter Type op
Operation
callbacks
WSCallbackObserver
<AnyRouter
,unknown
>Returns
UnsubscribeFn
client.connection
get
connection():null
|Connection
Source
packages/client/src/links/wsLink.ts:435
Generated using TypeDoc and typedoc-plugin-markdown