fix(edges): remove sourcePosition & targetPosition from initial edge options

This commit is contained in:
bcakmakoglu
2022-06-23 19:13:50 +02:00
committed by Braks
parent 905a6fbaa0
commit acc27a7867
-4
View File
@@ -58,10 +58,6 @@ export interface Edge<Data = ElementData, CustomEvents extends Record<string, Cu
sourceHandle?: string | null
/** Target handle id */
targetHandle?: string | null
/** Source position */
sourcePosition?: Position
/** Target position */
targetPosition?: Position
/** Label styles (CSSProperties) */
labelStyle?: CSSProperties
/** Show label bg */