refactor(nodelookup): add treelevel
This commit is contained in:
@@ -465,6 +465,7 @@ export type NodeLookupItem = {
|
||||
position?: XYPosition;
|
||||
positionAbsolute?: XYPosition;
|
||||
handleBounds?: NodeHandleBounds;
|
||||
treeLevel?: number;
|
||||
};
|
||||
|
||||
export type NodeLookup = Map<ElementId, NodeLookupItem>;
|
||||
|
||||
Reference in New Issue
Block a user