overrides for corner style/radius, routing margins, and anchors
Options for linkRoutingOrthogonal.
Optional ReadonlycornerRadius?: numberCorner radius of the rounded bends, in px.
Optional ReadonlycornerType?: "line" | "point" | "cubic" | "gap"Corner style at each bend.
Optional Readonlymargin?: numberDistance, in px, the route keeps clear of elements as it steers around them.
Optional ReadonlymarkerSelector?: stringThe attrs selector that holds the marker definitions.
Optional ReadonlyminPathMargin?: numberSmallest distance, in px, the router travels before it can turn.
Optional Readonlymode?: LinkModeWhich side of an element or port each link end attaches to; see LinkMode for how each value behaves.
Optional ReadonlysourceOffset?: numberOffset (in px) applied to the connection point at the source end.
Optional ReadonlystraightWhenDisconnected?: booleanFall back to a straight line while either end is still unconnected (e.g. mid-drag).
Optional ReadonlytargetOffset?: numberOffset (in px) applied to the connection point at the target end.
Paper link defaults for orthogonal routing
Orthogonal routing: links travel in horizontal and vertical segments only and steer around elements, the right-angle look common in flowcharts and ER diagrams.
Returns a
LinkRoutingbundle for the PaperlinkRoutingprop.