connectionSegmentItems property

Iterable<ConnectionSegmentItem> get connectionSegmentItems

Gets all connection segment items for debug visualization.

Implementation

Iterable<ConnectionSegmentItem> get connectionSegmentItems =>
    _grid.objects.whereType<ConnectionSegmentItem>();