Skip to content

Commit

Permalink
Reference issue re: full msg not sending in this.send() for ui-template
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Dec 12, 2023
1 parent c262615 commit 291389b
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 291389b

Please sign in to comment.