feat(core,composables): add useHandleConnections composable

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent a9bd82d28a
commit 064cfd84b3
6 changed files with 166 additions and 13 deletions
+1
View File
@@ -35,6 +35,7 @@ function defaultState(): State {
nodes: [],
// todo: change this to a Set
edges: [],
connectionLookup: new Map(),
nodeTypes: {},
edgeTypes: {},