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