There was an error while loading. Please reload this page.
1 parent d299951 commit 8b2640bCopy full SHA for 8b2640b
1 file changed
src/components/Handle/index.tsx
@@ -16,7 +16,8 @@ interface HandleProps {
16
type: HandleType;
17
position: Position;
18
onConnect?: OnConnectFunc;
19
- isValidConnection?: () => boolean;
+ isValidConnection?: (connection: Connection) => boolean;
20
+ id?: string;
21
}
22
23
const Handle = memo(
0 commit comments