Home > @jsplumbtoolkit/core > DjikstraOptions
DjikstraOptions interface
Signature:
export interface DjikstraOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| edgeFilter? | Function | (Optional) | |
| graph | Graph | ||
| nodeFilter? | Function | (Optional) | |
| processAll? | boolean | (Optional) | |
| source | Vertex | ||
| sourceId? | string | (Optional) | |
| strict? | boolean | (Optional) | |
| target | Vertex | ||
| targetId? | string | (Optional) |