controller property

NodeFlowController<T> controller
final

The controller that manages the graph state.

This controller holds all nodes, connections, annotations, viewport state, and provides methods for manipulating the graph.

Implementation

final NodeFlowController<T> controller;