Merge pull request #2469 from Alireza29675/feat/cancel-connection-example

feat(examples): example added for cancelConnection
This commit is contained in:
Moritz Klack
2022-10-04 17:41:43 +02:00
committed by GitHub
9 changed files with 199 additions and 0 deletions
+1
View File
@@ -224,6 +224,7 @@ export type ReactFlowActions = {
setMaxZoom: (maxZoom: number) => void;
setTranslateExtent: (translateExtent: CoordinateExtent) => void;
setNodeExtent: (nodeExtent: CoordinateExtent) => void;
cancelConnection: () => void;
reset: () => void;
};