Skip to content

Commit

Permalink
Merge pull request #436 from FlowFuse/ui-template-docs-msgpayload
Browse files Browse the repository at this point in the history
Reference issue re: full msg not sending in this.send() for ui-template
  • Loading branch information
joepavitt authored Dec 12, 2023
2 parents c262615 + 291389b commit 5c6411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nodes/widgets/ui-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You have access to a number of built-in variables in your `ui-template` node:

We also offer some helper functions for the Node-RED integration too:

- `this.send` - Send a message to the Node-RED flow.
- `this.send` - Send a message to the Node-RED flow. Currently limited to sending msg.payload only - [Issue #427](https://github.com/FlowFuse/node-red-dashboard/issues/427)
- `this.$socket.on('msg-input' + this.id, (msg) = { ... })` - will listen to any messages received by your `ui-template `node and react accordingly.

### Example (Raw JavaScript)
Expand Down

0 comments on commit 5c6411e

Please sign in to comment.