node-red-node-ui-list-polywall
v0.3.7
Published
Node-RED Dashboard UI widget node for simple list
Maintainers
Readme
node-red-node-ui-list-polywall
Fork of node-red-node-ui-list for use with node-red-contrib-dashboard-polywall.
A Node-RED Dashboard UI widget node for displaying a list of items.
Usage
ui_list node is a UI widget that can be used to display a list of items in the Node-RED dashboard.
An array of items is passed in by msg.payload. Each item can contain:
title- title of the itemdescription- description (optional)icon- URL of icon image (optional)icon_name- Material Design icon name (optional)icon_unicode- text/unicode character as icon (optional)menu- list of menu items (optional)
Simple text list: msg.payload = ["Item1", "Item2", "Item3"]
Action types
- none - display only
- click - sends item on click
- checkbox - sends item with
isCheckedstate - switch - sends item with
isCheckedstate - menu - sends item with
selectedproperty
Options
- List Type - Single-line, Two-line, or Three-line display
- Allow HTML - enables HTML in title and description
