Skip to main content
Version: 10.x

Interface: WebSocketLinkOptions

Properties

client

client: object

Type declaration

client.close

close: () => void

Returns

void

client.request

request: (op, callbacks) => UnsubscribeFn

Parameters
ParameterType
opOperation
callbacksWSCallbackObserver< AnyRouter, unknown >
Returns

UnsubscribeFn

client.getConnection

getConnection

Source

packages/client/src/links/wsLink.ts:306


Generated using TypeDoc and typedoc-plugin-markdown