Home > @jsplumbtoolkit/core > ShortestPathResult
#
ShortestPathResult interfaceSignature:
export interface ShortestPathResult
#
PropertiesProperty | Type | Description |
---|---|---|
dist? | Record<string, number> | (Optional) |
edges? | Record<string, Edge> | (Optional) |
path? | Array<ShortestPathComponent> | (Optional) |
pathDistance? | number | (Optional) |
previous? | Record<string, Vertex> | (Optional) |