@flowfuse/node-red-dashboard-2-ui-flowviewer 1.0.1
A Node-RED Dashboard 2.0 widget that allows you to visualise Node-RED flows in your Dashboard using FlowFuse's flow-renderer
Dashboard 2.0 Node: ui-flowviewer
This node allows you to render Node-RED flow.json
files within FlowFuse Dashboard.
Screenshot showing the flow viewer in a Dashboard.
Configuration
Properties
- size: Width and height of the renderer in the context of the Dashboard layout. If you use "auto" sizing, then the renderer will always display with a minimum height of "4" rows.
- flow: A valid Node-RED
flow.json
.
Dynamic Configuration
You can inject msg.ui_update.flow
messages to the node in order to override the rendered flow. See the "/examples" folder for a demo flow.