node-red-node-ui-list
Version:
Node-RED Dashboard UI widget node for simple list
29 lines (28 loc) • 793 B
JSON
{
"ui_list" : {
"label" : {
"group" : "Group",
"size" : "Size",
"name" : "Name",
"topic" : "Topic",
"list" : "List Type",
"action" : "Action",
"html" : "allow HTML in displayed text"
},
"type" : {
"one" : "Single-line",
"two" : "Multi-line - narrow",
"three" : "Multi-line - wide"
},
"action" : {
"none" : "no action",
"click" : "click to send item",
"check" : "checkbox to send changed item",
"switch" : "switch to send changed item",
"menu" : "menu to send selected item"
},
"error": {
"no-group": "group not configured"
}
}
}