controller property

NodeFlowController<T> controller
final

The controller managing the node flow state.

This controller holds all nodes, connections, annotations, and viewport state. Create it externally and pass it in, or use NodeFlowViewer.withData to have one created automatically.

Implementation

final NodeFlowController<T> controller;