Function: BuildAnEdge()
BuildAnEdge(
fromNode,toNode,edgeType,data):Edge<EventSequenceEdgeProps>
Defined in: utils/treeUtils.ts:448
Build an edge between an originating node and a destination node
Parameters
fromNode
Node
originating node
toNode
Node
destination node
edgeType
string
type of edge
data
edge properties like label, etc
Returns
Edge<EventSequenceEdgeProps>
the connecting edge
