fix(types): remove sourceX/Y, targetX/Y attributes from edge type
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -6,10 +6,6 @@ export interface Edge<T = any> {
|
|||||||
type?: string
|
type?: string
|
||||||
source: ElementId
|
source: ElementId
|
||||||
target: ElementId
|
target: ElementId
|
||||||
sourceX: number
|
|
||||||
sourceY: number
|
|
||||||
targetX: number
|
|
||||||
targetY: number
|
|
||||||
sourceHandle?: ElementId | null
|
sourceHandle?: ElementId | null
|
||||||
targetHandle?: ElementId | null
|
targetHandle?: ElementId | null
|
||||||
selected?: boolean
|
selected?: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user