@vitormnm/node-red-dashboard-2-ui-treeview 1.0.9

Treeview Node-RED Dashboard 2.0

npm install @vitormnm/node-red-dashboard-2-ui-treeview

node-red-dashboard-2-ui-treeview

Treeview node-red dashboard 2 based on api https://vuetifyjs.com/en/components/treeview/

node-red-si

example payload and ui_update

msg.payload = {
  "items": [
    {
      "id": 1,
      "title": "Root",
      "children": [
        {
          "id": 2,
          "title": "Child #1"
        },
        {
          "id": 3,
          "title": "Child #2"
        },
        {
          "id": 4,
          "title": "Child #3",
          "children": [
            {
              "id": 5,
              "title": "Grandchild #1"
            },
            {
              "id": 6,
              "title": "Grandchild #2"
            }
          ]
        }
      ]
    }
  ],
  "selected": [2]
}

msg.ui_update = {
  "openAll": true,
  "strategy": "leaf",
  "selectable": true,
  "indentLines": "default"
}

Node Info

Version: 1.0.9
Updated 1 week, 5 days ago
License: MIT
Rating: 4.0 1

Categories

Actions

Rate:

Downloads

0 in the last week

Nodes

  • ui-treeview

Keywords

  • node-red
  • node-red-dashboard-2

Maintainers