Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 742 Bytes

File metadata and controls

17 lines (10 loc) · 742 Bytes

Dashboard 2.0 Node: ui-flowviewer

This node allows you to render Node-RED flow.json files within FlowFuse Dashboard.

ui-flowviewer 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.