onConnectionSelected property

ValueChanged<Connection<C>?>? onConnectionSelected
final

Called when a connection's selection state changes.

Receives the selected connection, or null if selection was cleared.

Implementation

final ValueChanged<Connection<C>?>? onConnectionSelected;