TopologyEdge
Auto-generated API reference for TopologyEdge.
Interface: TopologyEdge
Defined in: observability/src/topology-graph.ts:44
#Properties
#count
count:
number
Defined in: observability/src/topology-graph.ts:50
Number of times this edge fired.
#from
from:
string
Defined in: observability/src/topology-graph.ts:47
#id
id:
string
Defined in: observability/src/topology-graph.ts:46
fromβto (stable id).
#lastResult?
optionallastResult?:string
Defined in: observability/src/topology-graph.ts:53
#lastTask?
optionallastTask?:string
Defined in: observability/src/topology-graph.ts:52
Most recent task/result snippet (trimmed) β useful for tooltips.
#to
to:
string
Defined in: observability/src/topology-graph.ts:48