StrategyEventGraphEdge

Represents a directed edge in the AI agent graph.

Constructors

Link copied to clipboard
constructor(sourceNode: StrategyEventGraphNode, targetNode: StrategyEventGraphNode)

Properties

Link copied to clipboard

The unique identifier of the source node in the graph;

Link copied to clipboard

The unique identifier of the target node in the graph.