Home > @jsplumbtoolkit/browser-ui > SegmentedConnectorOptions
SegmentedConnectorOptions interface
Options for an orthogonal connector.
Signature:
export interface SegmentedConnectorOptions extends ConnectorOptions
Extends: ConnectorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
smooth? | boolean | (Optional) Whether or not to smooth the connector as a set of bezier curves. Defaults to false. | |
smoothing? | number | (Optional) The amount of smoothing to apply. The default is 0.15. Values that deviate too much from the default will make your lines look weird. |