WebSocketMessage
Type parameters
• T = any
Properties
data?
data?:
T
Source
error?
error?:
string
Source
id?
id?:
number
Source
subscriptionId?
subscriptionId?:
number
Source
type
type:
"ok"
|"error"
|"data"
|"hello"
|"dashboards"
|"env"
|"activate"
|"deactivate"
|"query"
|"subscribe"
|"unsubscribe"
Source
Generated using TypeDoc and typedoc-plugin-markdown.