Merge pull request #441 from namack/add-edge-types

Add `id` to EdgeProps Interface
This commit is contained in:
Moritz
2020-08-19 18:34:27 +02:00
committed by GitHub
+1
View File
@@ -90,6 +90,7 @@ export interface SelectionRect extends Rect {
}
export interface EdgeProps {
id: ElementId;
sourceX: number;
sourceY: number;
targetX: number;