Skip to content

Message.ts

Baterka edited this page Dec 21, 2019 · 1 revision

Message transferred between Nodes over WebSocket.

Variables:

  • action: string
  • payload: any

Methods:

  • constructor(action: string, payload: {} = {})
  • public toJSON(): {action: string, payload: {}}
  • static makeMessage(string: string): Message
Clone this wiki locally