jQuery Common - Object Structures - DiagramChangeConnectionArgs

Contains information about the processed connection.

import { dxDiagramChangeConnectionArgs } from "devextreme/ui/diagram"

connectionPointIndex

The index of the processed point in the shape's connection point collection.

Type:

Number

connector

The processed connector.

connectorPosition

The position of the connector in the processed point.

Type:

String

Accepted Values: 'start' | 'end'

newShape

The new connected shape.

oldShape

The previous connected shape.