Home > @jsplumbtoolkit/browser-ui > ShortestPathResult
ShortestPathResult interface
Signature:
export interface ShortestPathResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dist? | Record<string, number> | (Optional) | |
edges? | Record<string, Edge> | (Optional) | |
path? | Array<ShortestPathComponent> | (Optional) | |
pathDistance? | number | (Optional) | |
previous? | Record<string, Vertex> | (Optional) |