EdgeRouterOptions

The configuration options for the edge routing algorithm that applies polyline routes to the edges of the graph.

For more information on layout algorithm and its available settings, see EdgeRouter.

Props

NameDescriptionType
considerEdgeLabels?
boolean
considerNodeLabels?
boolean
grid?
Grid | null
ignoreInnerNodeLabels?
boolean
integratedEdgeLabeling?
boolean
maximumDuration?
number
maximumPolylineSegmentRatio?
number
minimumNodeToEdgeDistance?
number
polylineRouting?
boolean
preferredPolylineSegmentLength?
number
rerouting?
boolean
scope?
“route-all-edges”
| “route-affected-edges”
| “route-edges-at-affected-nodes”