Interface: Edge
Defined in: index.ts:4
Properties
id
id:
string
Defined in: index.ts:6
Description
Unique identifier for the edge.
source
source:
string
Defined in: index.ts:8
Description
The ID of the source node where the edge originates.
sourceHandle?
optionalsourceHandle:string
Defined in: index.ts:12
Description
Optional handle ID on the source node, used for conditional branching.
target
target:
string
Defined in: index.ts:10
Description
The ID of the target node where the edge ends.