wip: multiple edge renderers

This commit is contained in:
Christopher Möller
2021-11-03 17:51:39 +01:00
parent 7333873822
commit 79e46d90ad
10 changed files with 201 additions and 275 deletions
+1
View File
@@ -466,6 +466,7 @@ export type NodeLookupItem = {
positionAbsolute?: XYPosition;
handleBounds?: NodeHandleBounds;
treeLevel?: number;
isParentNode?: boolean;
};
export type NodeLookup = Map<ElementId, NodeLookupItem>;