Home > @jsplumbtoolkit/browser-ui > AbstractBezierOptions
AbstractBezierOptions interface
Base options interface for StateMachine and Bezier connectors.
Signature:
export interface AbstractBezierOptions extends ConnectorOptions
Extends: ConnectorOptions
Properties
Property | Modifiers | 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. |