feat(nested-nodes): change data structure to flat array of nodes
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ export interface Node<T = any> {
|
||||
width?: number | null;
|
||||
height?: number | null;
|
||||
handleBounds?: NodeHandleBounds;
|
||||
childNodes?: Node[];
|
||||
parentNode?: ElementId;
|
||||
}
|
||||
|
||||
export enum ArrowHeadType {
|
||||
|
||||
Reference in New Issue
Block a user