Methods
postMessage(connectorId,data) - Method for sending messages to destination connector in other process
-
connectorId <in> [String] - destination connector id</div><br>
-
data <in> [String] - object / string / number / etc...<br>
connect(connectorId) - Method for checking connection with destination connector
-
connectorId <in> [String] - destination connector id
Properties
id [String] - Current connector id
onmessage [Object] - Callback function handler Handler accepts 2 params when event fires - connectorId, data