Update packages/react/src/types/component-props.ts
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
This commit is contained in:
co-authored by
Dimitri POSTOLOV
parent
62d8740973
commit
abacda3853
@@ -149,10 +149,7 @@ export interface ReactFlowProps<NodeType extends Node = Node, EdgeType extends E
|
|||||||
* This event fires when the user releases the source or target of an editable edge. It is called
|
* This event fires when the user releases the source or target of an editable edge. It is called
|
||||||
* even if an edge update does not occur.
|
* even if an edge update does not occur.
|
||||||
*
|
*
|
||||||
* You can use the fourth `connectionState` parameter to have different behavior when a
|
|
||||||
* reconnection was unsuccessful.
|
|
||||||
*/
|
*/
|
||||||
// @TODO: connectionState outdated info?
|
|
||||||
onReconnectEnd?: (event: MouseEvent | TouchEvent, edge: EdgeType, handleType: HandleType) => void;
|
onReconnectEnd?: (event: MouseEvent | TouchEvent, edge: EdgeType, handleType: HandleType) => void;
|
||||||
/**
|
/**
|
||||||
* Use this event handler to add interactivity to a controlled flow.
|
* Use this event handler to add interactivity to a controlled flow.
|
||||||
|
|||||||
Reference in New Issue
Block a user