node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
12 lines (9 loc) • 347 B
JavaScript
// Give VS Code IntelliSense for uibuilder
/// <reference path="../types/uibuilder.d.ts" />
/** The simplest use of uibuilder client library
* See the docs if the client doesn't start on its own.
*/
// Listen for incoming messages from Node-RED and action
// uibuilder.onChange('msg', (msg) => {
// // do stuff with the incoming msg
// })