Hi, I am looking for guidance on using the sendMessageToUI function. Is this intended to display a message in the UI?
Here is how I was attempting to use it in my custom node code currently:
this.sendMessageToUI(‘test message’)
Thanks!
Ryan
Hi, I am looking for guidance on using the sendMessageToUI function. Is this intended to display a message in the UI?
Here is how I was attempting to use it in my custom node code currently:
this.sendMessageToUI(‘test message’)
Thanks!
Ryan
sendMessageToUI
allows the node to display a message in the browser console. Used mostly for debugging with console.log
in the Code node and for debugging requests in the HTTP node.
Ah got it - thank you! I was hoping it was a way to display the notification badges.