Classes
Methods
(static) commands() → {Object.<CircuitJSCommandName, function()>}
- Source:
get context of GWT circuitJS
Returns:
- Type
- Object.<CircuitJSCommandName, function()>
(static) getSimulator() → {object}
- Source:
get context of GWT circuitJS
Returns:
- Type
- object
(static) runCommand(name, value)
- Source:
set new circuit configuration
Parameters:
Name | Type | Description |
---|---|---|
name |
CircuitJSCommandName | |
value |
string |
(static) simulator() → {module:CircuitJS.Simulator}
- Source:
Returns:
(static) socket() → {WindowSocket}
- Source:
cross window communication protocol
Returns:
- Type
- WindowSocket
(inner) RootApp()
- Source:
Example
// accessing CircuitRoot root application
App.RootApp()
.simulator().isRunning(true)