SDK ReferenceGraphGraph.EdgeOn this pageGraph.Edge A weighted, directed connection between two vertices. Properties dst src weight Properties dst dst: (readonly) Graph.Vertex<T> The vertex at the destination of this edge. src src: (readonly) Graph.Vertex<T> The vertex at the source of this edge. weight weight: (readonly) number The weight associated with this edge. Properties dst src weight