UNPKG

@gravity-ui/graph

Version:

Modern graph editor component

4 lines (3 loc) 126 B
export function selectConnectionById(graph, id) { return graph.rootStore.connectionsList.$connectionsMap.value.get(id); }