feat(examples): added an example for cancelling the connection
This commit is contained in:
@@ -222,6 +222,7 @@ export type ReactFlowActions = {
|
||||
setMaxZoom: (maxZoom: number) => void;
|
||||
setTranslateExtent: (translateExtent: CoordinateExtent) => void;
|
||||
setNodeExtent: (nodeExtent: CoordinateExtent) => void;
|
||||
cancelConnection: () => void;
|
||||
reset: () => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user