creates a new instance, from which console sessions can be made. options are optional.
The url used when connecting to the server. Read-only.
Optional connectOptions: ConnectOptionsOptional Object
Optional fromJava: booleanOptional boolean
Static Readonly EVENT_Static Readonly EVENT_Static Readonly EVENT_Static Readonly HACK_Register a callback function to handle any log messages that are emitted on the server. Returns a function , which can be invoked to remove this log handler. Any log handler registered in this way will receive as many old log messages as are presently available.
io.deephaven.web.shared.fu.JsRunnable
Register a callback function to handle any log messages that are emitted on the server. Returns a function , which can be invoked to remove this log handler. Any log handler registered in this way will receive as many old log messages as are presently available.
io.deephaven.web.shared.fu.JsRunnable
Presently, this is the entrypoint into the Deephaven JS API. By creating an instance of this with the server URL and some options, JS applications can run code on the server, and interact with available exportable objects.