Skip to main content
AbstractBezierOptions
Base options interface for Quadratic and Cubic Bezier connectors.
NameTypeDescription
cssClass?stringOptional class to set on the element used to render the connector.
gap?numberDefines a number of pixels between the end of the connector and its anchor point. Defaults to zero.
hoverClass?stringOptional class to set on the element used to render the connector when the mouse is hovering over the connector.
loopbackDistance?numberWhen the connector's source and target is the same vertex, this is a measure of how far the control point will
be placed from the element. Defaults to 62 pixels
stub?numberStub defines a number of pixels that the connector travels away from its element before the connector's actual path begins.