Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#69154 fix: Parameter of `EdgeHandlesInstan…
Browse files Browse the repository at this point in the history
…ce.start()` by @codershiba
  • Loading branch information
codershiba authored Apr 17, 2024
1 parent 8bcb363 commit 0043a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/cytoscape-edgehandles/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ declare namespace cytoscapeEdgehandles {
/**
* Manually start the gesture (as if the handle were already held)
*/
start: (sourceNode: string) => void;
start: (sourceNode: cytoscape.NodeSingular) => void;
/**
* Manually completes or cancels the gesture
*/
Expand Down

0 comments on commit 0043a82

Please sign in to comment.