feat(core): add getIncomers, getOutgoers & getConnectedEdges as store actions
This commit is contained in:
@@ -31,7 +31,9 @@ function defaultState(): State {
|
||||
return {
|
||||
vueFlowRef: null,
|
||||
viewportRef: null,
|
||||
// todo: change this to a Set
|
||||
nodes: [],
|
||||
// todo: change this to a Set
|
||||
edges: [],
|
||||
nodeTypes: {},
|
||||
edgeTypes: {},
|
||||
|
||||
Reference in New Issue
Block a user