menu
rohd_schematic_viewer
schematic_connectivity.dart
LayoutHyperedge
targets property
targets
dark_mode
light_mode
targets
property
List
<
(
String
,
int
)
>
targets
final
Target connections: (nodeId, portIndex) pairs.
Implementation
final List<(String nodeId, int portIndex)> targets;
rohd_schematic_viewer
schematic_connectivity
LayoutHyperedge
targets property
LayoutHyperedge class