Edge
The edges structure must be as follows for each edge
{
id: string;
sourceNode: string;
targetNode: string;
sourceOutput: number;
targetInput: number;
}
Last updated
The edges structure must be as follows for each edge
{
id: string;
sourceNode: string;
targetNode: string;
sourceOutput: number;
targetInput: number;
}
Last updated