fix(edges): remove sourcePosition & targetPosition from initial edge options
This commit is contained in:
@@ -58,10 +58,6 @@ export interface Edge<Data = ElementData, CustomEvents extends Record<string, Cu
|
|||||||
sourceHandle?: string | null
|
sourceHandle?: string | null
|
||||||
/** Target handle id */
|
/** Target handle id */
|
||||||
targetHandle?: string | null
|
targetHandle?: string | null
|
||||||
/** Source position */
|
|
||||||
sourcePosition?: Position
|
|
||||||
/** Target position */
|
|
||||||
targetPosition?: Position
|
|
||||||
/** Label styles (CSSProperties) */
|
/** Label styles (CSSProperties) */
|
||||||
labelStyle?: CSSProperties
|
labelStyle?: CSSProperties
|
||||||
/** Show label bg */
|
/** Show label bg */
|
||||||
|
|||||||
Reference in New Issue
Block a user