refactor(nodes): only use node internals
This commit is contained in:
+1
-6
@@ -101,12 +101,7 @@ export type NodeDimensionUpdate = {
|
||||
forceUpdate?: boolean;
|
||||
};
|
||||
|
||||
export type NodeInternalsItem = {
|
||||
id?: string;
|
||||
width?: number | null;
|
||||
height?: number | null;
|
||||
parentNode?: string;
|
||||
position?: XYPosition;
|
||||
export type NodeInternalsItem = Node & {
|
||||
positionAbsolute?: XYPosition;
|
||||
handleBounds?: NodeHandleBounds;
|
||||
z?: number;
|
||||
|
||||
Reference in New Issue
Block a user