Home > @jsplumbtoolkit/core > ConnectOptions
ConnectOptions interface
Options for a connect call.
Signature:
export interface ConnectOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cost? | number | (Optional) | |
| data? | Record<string, any> | (Optional) | |
| directed? | boolean | (Optional) | |
| doNotCreateMissingNodes? | boolean | (Optional) | |
| geometry? | any | (Optional) | |
| source | any | ||
| target | any |