Function: EventSequenceState()
EventSequenceState(
state):EventSequenceGraph
Defined in: utils/treeUtils.ts:77
Generate the event sequence state with the provided list of nodes and edges, for a particular event sequence id.
Parameters
state
Object containing eventSequenceId, nodes, and edges.
Returns
EventSequenceGraph
A normalized EventSequenceGraph snapshot.
