WebsocketClientOptions
此内容尚不支持你的语言。
WebsocketClientOptions<
TOut,TIn> =WebsocketClientOptionsBuilder<TOut,TIn> |Partial<WebsocketClientOptionsType<TOut,TIn>>
Defined in: src/http/websocket/WebsocketClientOptions.ts:109
Accepted input for any WebSocket-client-configurable constructor: the fluent WebsocketClientOptionsBuilder OR a plain WebsocketClientOptionsType object.
Type Parameters
Section titled “Type Parameters”TOut = unknown
TIn = unknown
