Home > @jsplumb/connector-flowchart > FlowchartConnectorOptions
#
FlowchartConnectorOptions interfaceOptions for a flowchart connector
Signature:
export interface FlowchartConnectorOptions extends ConnectorOptions
Extends: ConnectorOptions
#
PropertiesProperty | Type | Description |
---|---|---|
alwaysRespectStubs? | boolean | (Optional) Always paint stubs at the end of a connector, even if the elements are closer together than the length of the stubs. |
cornerRadius? | number | (Optional) Optional curvature between segments. Defaults to 0, ie. no curve. |
loopbackRadius? | number | (Optional) How large to make a connector whose source and target is the same element. |
midpoint? | number | (Optional) Optional midpoint to use for the connector, defaults to 0.5. |