メインコンテンツにスキップ
バージョン: 11.x

関数: createWSClient()

createWSClient(opts): オブジェクト

パラメータ

パラメータタイプ
optsWebSocketClientOptions

リターン

close

close: () => void

リターン

void

request

request: (op, callbacks) => UnsubscribeFn

パラメータ

パラメータタイプ
op操作
callbackWSCallbackObserver< AnyRouter, unknown>

リターン

UnsubscribeFn

connection

get connection(): null| 接続

ソース

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


TypeDoc および typedoc-plugin-markdown を使用して生成