onSelectionChange property

ValueChanged<SelectionState<T>>? onSelectionChange
final

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

Implementation

final ValueChanged<SelectionState<T>>? onSelectionChange;