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.
41 lines (28 loc) • 854 B
Markdown
title: General, non-uibuilder-specific function Library
description: |
Utility library containing methods that support UIBUILDER. The methods it contains are not generic and will require references to Node-RED objects to be passed.
created: 2021-06-27 21:35:00
lastUpdated: 2023-12-19 16:20:58
updated: 2024-03-29 16:21:09
`nodes/libs/uiblib.js`
## Dependencies
* fs-extra
* nanoid
* path
## Variables
None
## Functions/Methods
### getProps
### getSource - Updates a node with the actual value of a typed input field (async)
### inputHandler
### processClose
### runOsCmd
### sendControl
### setNodeStatus
### sortInstances
Sort a uibuilder instances object by url instead of the natural order added
### readGlobalSettings - DEPRECATED in v2.0
### updGlobalSettings - DEPRECATED in v2.0
### addVendorPath - TO RENAME to addPackage