EdgeRoutingConfig
Interface representing configurable properties of the edge routing.
Indexable
Section titled “Indexable”[edgeRoutingName
: string
]: undefined
| EdgeRoutingName
| Record
<string
, unknown
>
Allow custom edge routing configurations.
Properties
Section titled “Properties”bezier?
Section titled “bezier?”
optional
bezier:object
configuration options for bezier routing
bezierControlOffset?
Section titled “bezierControlOffset?”
optional
bezierControlOffset:number
bezier control point offset
defaultRouting
Section titled “defaultRouting”defaultRouting:
EdgeRoutingName
The default edge routing algorithm to use for edges. Can be one of the built-in routing names or a custom string for user-defined routing.
EdgeRoutingName
orthogonal?
Section titled “orthogonal?”
optional
orthogonal:object
configuration options for orthogonal routing
firstLastSegmentLength?
Section titled “firstLastSegmentLength?”
optional
firstLastSegmentLength:number
first/last segment length
maxCornerRadius?
Section titled “maxCornerRadius?”
optional
maxCornerRadius:number
maximum corner radius