Merge branch 'next' into feat/dragedge

This commit is contained in:
moklick
2020-11-30 11:04:31 +01:00
5 changed files with 17 additions and 16 deletions
+1
View File
@@ -287,6 +287,7 @@ export type ConnectionLineComponent = React.ComponentType<ConnectionLineComponen
export type OnConnectFunc = (connection: Connection) => void;
export type OnConnectStartParams = {
nodeId: ElementId | null;
handleId: ElementId | null;
handleType: HandleType | null;
};
export type OnConnectStartFunc = (event: ReactMouseEvent, params: OnConnectStartParams) => void;