MessageEvent: {
    connectionId: number;
    data: Uint8Array;
    message?: unknown;
    timestamp: Time;
    topic: string;
}

Type declaration

  • connectionId: number
  • data: Uint8Array
  • Optional message?: unknown
  • timestamp: Time
  • topic: string

Generated using TypeDoc