ConnectionDefaults.editable
configurationDefines the editing behavior of the connections.
connectionDefaults.editable
Boolean|ObjectDefault: true
Specifies if the connections can be dragged.
Default: true
connectionDefaults.editable.points
Boolean|ObjectSpecifies whether the connection path can be reshaped by the user. When enabled, dragging a connection handle adds or updates connection points to reflect the new route. User-defined points are shown as hollow circular markers and can be removed by double-clicking them.
Default: true
Specifies if the connections can be removed.
Default: true
connectionDefaults.editable.tools
Array`|`BooleanSpecifies the toolbar tools. Supports all options supported for the toolbar.items. If set to false, no edit tools will be displayed.
Predefined tools are:
- "edit" - The selected item can be edited
- "delete" - The selected items can be deleted