callbacks property
NodeFlowCallbacks<T>
get
callbacks
Gets the current callback configuration.
Callbacks are triggered for various events like node creation, deletion, selection, etc.
Implementation
NodeFlowCallbacks<T> get callbacks => _callbacks;