send,BrowserViz-method {BrowserViz} | R Documentation |
Send the specified message to the browser
## S4 method for signature 'BrowserViz' send(obj, msg)
obj |
An object of class BrowserViz |
msg |
A list with four fields: cmd: "someCommand", status: "request", callback: "someFunction", payload: "someData" |