chore(nodes): remove computedPosition from NodeProps

This commit is contained in:
bcakmakoglu
2022-06-23 19:13:50 +02:00
committed by Braks
parent 38d8565702
commit a84dc911d2
-2
View File
@@ -99,8 +99,6 @@ export interface NodeProps<Data = ElementData, CustomEvents = {}> {
selected: boolean
/** can node be connected */
connectable: boolean
/** absolute position in relation to parent elements + z-index */
computedPosition: XYZPosition
/** node x, y (relative) position on graph */
position: XYPosition
/** dom element dimensions (width, height) */