Skip to main content
Version: 11.x

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
ParameterType
opOperation
callbacksWSCallbackObserver< AnyRouter, unknown >
Returns

UnsubscribeFn

Source

packages/client/dist/links/wsLink.d.ts:67


Generated using TypeDoc and typedoc-plugin-markdown