fix: replace store id with flow id

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent f8a23c59ec
commit 600e3866c4
8 changed files with 24 additions and 34 deletions
-11
View File
@@ -15,17 +15,6 @@ export interface Connection {
targetHandle?: string
}
export type ConnectionLineProps = {
sourceX: number
sourceY: number
sourcePosition?: Position
targetX: number
targetY: number
targetPosition?: Position
connectionLineStyle?: any
connectionLineType: ConnectionLineType
}
export type OnConnectFunc = (connection: Connection) => void
export type OnConnectStartParams = {
nodeId?: string