events property

NodeFlowEvents<T> get events

Gets the current events configuration.

Events are organized into logical groups (node, connection, viewport, etc.) for better discoverability and maintainability.

Implementation

NodeFlowEvents<T> get events => _events;