OnClose
OnClose():
MethodDecorator
Defined in: src/decorators/websocket.ts:145
Decorator for WebSocket close handler.
Returns
Section titled “Returns”MethodDecorator
Example
Section titled “Example”@OnClose()handleClose(ctx: ShokupanContext, ws: WebSocket) { console.log("Client disconnected");}