controller property

NodeFlowController<T> controller
final

The controller managing the node flow graph.

The minimap observes this controller to reactively update when nodes, connections, or viewport change.

Implementation

final NodeFlowController<T> controller;