Orderly SDKs / Modules / @orderly.network/net / WebSocketEventDocumentation Index
Fetch the complete documentation index at: https://orderly.network/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enumeration: WebSocketEvent
@orderly.network/net.WebSocketEventTable of contents
Enumeration Members
Enumeration Members
CLOSE
• CLOSE ="close"
Defined in
ws/ws.ts:18CONNECTING
• CONNECTING ="connecting"
Defined in
ws/ws.ts:21ERROR
• ERROR ="error"
Defined in
ws/ws.ts:19MESSAGE
• MESSAGE ="message"
Defined in
ws/ws.ts:20OPEN
• OPEN ="open"
Defined in
ws/ws.ts:17RECONNECTING
• RECONNECTING ="reconnecting"