Preparing search index...
The search index is not available
zibri
zibri
websocket/services/websocket-service.interface
WebsocketSendResult
Type Alias WebsocketSendResult<B, Connection>
WebsocketSendResult
:
|
(
B
extends
false
?
void
:
WebsocketRequestWithConnection
<
Connection
>
)
|
Promise
<
B
extends
false
?
void
:
WebsocketRequestWithConnection
<
Connection
>
,
>
The result of sending to a single connection.
Type Parameters
B
extends
boolean
Connection
extends
BaseWebsocketConnection
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
The result of sending to a single connection.