QuadraticBezierConnectorOptions
Options for a QuadraticBezierConnector
Extends
Properties
cssClass?
optionalcssClass:string
Optional class to set on the element used to render the connector.
Inherited from
AbstractBezierOptions.cssClass
curviness?
optionalcurviness:number
A measure of how "curvy" the bezier is. In terms of maths what this translates to is how far from the midpoint of the curve the control points is positioned.
gap?
optionalgap:number
Defines a number of pixels between the end of the connector and its anchor point. Defaults to zero.
Inherited from
hoverClass?
optionalhoverClass:string
Optional class to set on the element used to render the connector when the mouse is hovering over the connector.
Inherited from
AbstractBezierOptions.hoverClass
loopbackDistance?
optionalloopbackDistance:number
When 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
Inherited from
AbstractBezierOptions.loopbackDistance
stub?
optionalstub:number
Stub defines a number of pixels that the connector travels away from its element before the connector's actual path begins.