feat(noderenderer): convert from flat to nested format internally

This commit is contained in:
Christopher Möller
2021-10-27 12:53:28 +02:00
parent dc36ebf31f
commit 5f9bc2e0f2
3 changed files with 40 additions and 27 deletions
+1
View File
@@ -87,6 +87,7 @@ export interface Node<T = any> {
height?: number | null;
handleBounds?: NodeHandleBounds;
parentNode?: ElementId;
childNodes?: Node[];
}
export enum ArrowHeadType {