Skip to content

ConnectedSocket

reference
1 min readUpdated

Kind: Constant

Source: packages/websockets/decorators/connected-socket.decorator.ts

Part of: Websockets

Definition

ts
() => ParameterDecorator

Value

ts
createWsParamDecorator(
  WsParamtype.SOCKET,
)

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • CoreGatewayintegration/websockets/src/core.gateway.ts:8

Was this page helpful?

Download as PDF
ConnectedSocket — NestJS head-to-head