Optional
cssOptional class to set on the element used to render the connector.
Optional
curvinessA measure of how "curvy" the bezier is. In terms of maths what this translates to is how far from the curve the control points are positioned.
Optional
gapDefines a number of pixels between the end of the connector and its anchor point. Defaults to zero.
Optional
hoverOptional class to set on the element used to render the connector when the mouse is hovering over the connector.
Optional
legacyDefaults to false. When true, the Bezier is painted with the legacy
strategy, which is to position the major anchor for the bezier curve a fixed
number of pixels from its associated anchor, whose value you can control
via the curviness
parameter.
Optional
scaleWhere to put the control point relative to the source/target. The number provided here should be a decimal, whose value defines the proportional distance between the source and target that the control point should be located at. The default value is 0.45. Larger values will make the Bezier curvier.
Optional
showWhether or not to show connections whose source and target is the same element.
Optional
stubStub defines a number of pixels that the connector travels away from its element before the connector's actual path begins.
Options for the Bezier connector.