controller property

NodeFlowController<T> controller
final

The controller that manages the graph state.

This controller holds all nodes (including GroupNode and CommentNode), connections, viewport state, and provides methods for manipulating the graph.

Implementation

final NodeFlowController<T> controller;