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: string
|
||||
/** Source handle id */
|
||||
sourceHandle: string | null
|
||||
sourceHandle?: string | null
|
||||
/** Target handle id */
|
||||
targetHandle: string | null
|
||||
targetHandle?: string | null
|
||||
}
|
||||
|
||||
export type Connector = (
|
||||
|
||||
Reference in New Issue
Block a user