onSelectionChange property

ValueChanged<SelectionState<T>>? onSelectionChange
final

Called when the selection changes (nodes or connections) Provides the complete current selection state

Implementation

final ValueChanged<SelectionState<T>>? onSelectionChange;