dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
EventMessage
dash
editor
websockets
The type-safe form the cross layer communcations should take
package
struct
EventMessage {
string
key
;
Json
value
;
string
callbackId
;
}
Meta
Source
See Implementation
dash
editor
websockets
structs
EventMessage
The type-safe form the cross layer communcations should take