Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebSocketMessage<TData, TRef>

A web socket message.

Type parameters

  • TData: any

  • TRef: any

Hierarchy

  • WebSocketMessage

Index

Properties

Properties

Optional data

data: Nilable<TData>

The data.

Optional ref

ref: Nilable<TRef>

Type of the reference data.

type

type: string

The type.

Generated using TypeDoc