Newer Version Available
lntg:sendMessage
Passes a message between two components.
To send a message, specify a string of text that you want to pass between components.
Optionally, specify a channel for this event so that your components can select if they want to
listen to particular event
messages
| Attribute Name | Type | Description |
|---|---|---|
| message | String | Required. The text that you want to pass between components. |
| channel | String | Specify this field if you want particular components to process some event messages while ignoring others. |