sendMessageToUI Guidance

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.

2 Likes

Ah got it - thank you! I was hoping it was a way to display the notification badges.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.