sendMessage() { LCC.sendMessage({name: "General", value: this.state.messageToSend}); }
You can view and download this example in the Developerforce Github Repository.
Name | Type | Description |
---|---|---|
userMsg | any | While the data sent in the message is entirely under your control, by convention it’s an object with name and value fields. |