Orderly SDKs / Modules / @orderly.network/net / WebSocketEvent

Enumeration: WebSocketEvent

@orderly.network/net.WebSocketEvent

Table of contents

Enumeration Members

Enumeration Members

CLOSE

CLOSE = "close"

Defined in

ws/ws.ts:18


CONNECTING

CONNECTING = "connecting"

Defined in

ws/ws.ts:21


ERROR

ERROR = "error"

Defined in

ws/ws.ts:19


MESSAGE

MESSAGE = "message"

Defined in

ws/ws.ts:20


OPEN

OPEN = "open"

Defined in

ws/ws.ts:17


RECONNECTING

RECONNECTING = "reconnecting"

Defined in

ws/ws.ts:22