chore(nodes): remove computedPosition from NodeProps
This commit is contained in:
@@ -99,8 +99,6 @@ export interface NodeProps<Data = ElementData, CustomEvents = {}> {
|
|||||||
selected: boolean
|
selected: boolean
|
||||||
/** can node be connected */
|
/** can node be connected */
|
||||||
connectable: boolean
|
connectable: boolean
|
||||||
/** absolute position in relation to parent elements + z-index */
|
|
||||||
computedPosition: XYZPosition
|
|
||||||
/** node x, y (relative) position on graph */
|
/** node x, y (relative) position on graph */
|
||||||
position: XYPosition
|
position: XYPosition
|
||||||
/** dom element dimensions (width, height) */
|
/** dom element dimensions (width, height) */
|
||||||
|
|||||||
Reference in New Issue
Block a user