refactor(core): make handles optional in addEdges
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -28,9 +28,9 @@ export interface Connection {
|
|||||||
/** Target node id */
|
/** Target node id */
|
||||||
target: string
|
target: string
|
||||||
/** Source handle id */
|
/** Source handle id */
|
||||||
sourceHandle: string | null
|
sourceHandle?: string | null
|
||||||
/** Target handle id */
|
/** Target handle id */
|
||||||
targetHandle: string | null
|
targetHandle?: string | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Connector = (
|
export type Connector = (
|
||||||
|
|||||||
Reference in New Issue
Block a user