Home > @jsplumb/connector-bezier > AbstractBezierOptions
#
AbstractBezierOptions interfaceBase options interface for StateMachine and Bezier connectors.
Signature:
export interface AbstractBezierOptions extends ConnectorOptions
Extends: ConnectorOptions
#
PropertiesProperty | Type | Description |
---|---|---|
curviness? | number | (Optional) A 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. |
loopbackRadius? | number | (Optional) |
margin? | number | (Optional) |
orientation? | string | (Optional) |
proximityLimit? | number | (Optional) |
showLoopback? | boolean | (Optional) Whether or not to show connections whose source and target is the same element. |