ElectronEditor
cables editor instance for electron cablesElectron version handles ipc messages from and to the ui
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
config: * |
|
| Private Members | ||
| private |
_patchId: * |
|
| private |
_talker: * |
|
| private |
_talkerTopics: {} |
|
Method Summary
| Public Methods | ||
| public |
api(cmd: *, data: *, next: *) make a call to a method in electron_api |
|
| public |
editor(cmd: *, data: *, next: *) |
|
| public |
notify(msg: *) |
|
Public Constructors
public constructor() source
Public Members
public config: * source
Private Members
private _patchId: * source
private _talker: * source
private _talkerTopics: {} source
Public Methods
public api(cmd: *, data: *, next: *) source
make a call to a method in electron_api
Params:
| Name | Type | Attribute | Description |
| cmd | * | ||
| data | * | ||
| next | * |
public editor(cmd: *, data: *, next: *) source
Params:
| Name | Type | Attribute | Description |
| cmd | * | ||
| data | * | ||
| next | * |
public notify(msg: *) source
Params:
| Name | Type | Attribute | Description |
| msg | * |