@graphty/algorithms / types / DijkstraOptions
Interface: DijkstraOptions ​
Defined in: types/index.ts:73
Properties ​
bidirectional? ​
optionalbidirectional:boolean
Defined in: types/index.ts:80
Use bidirectional search optimization for point-to-point queries. Defaults to true for graphs with >10 nodes, false for smaller graphs. Set explicitly to override automatic heuristic.
target? ​
optionaltarget:NodeId
Defined in: types/index.ts:74