feat(edgeUpdater): add edgeUpdaterRadius prop

This commit is contained in:
Eugene Samonenko
2021-03-03 13:10:33 +02:00
parent b71c9eb891
commit d89be58e54
6 changed files with 15 additions and 4 deletions
+1
View File
@@ -126,6 +126,7 @@ export interface WrapEdgeProps<T = any> {
handleEdgeUpdate: boolean;
onConnectEdge: OnConnectFunc;
onContextMenu: (event: React.MouseEvent, edge: Edge) => void;
edgeUpdaterRadius?: number;
}
export interface EdgeProps<T = any> {