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