React Diagram - DiagramChangeConnectionArgs

Contains information about the processed connection.

import { DiagramTypes } from "devextreme-react/diagram"

connectionPointIndex

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

Type:

Number

connector

The processed connector.

Selector: Connector

connectorPosition

The position of the connector in the processed point.

newShape

The new connected shape.

Selector: NewShape

oldShape

The previous connected shape.

Selector: OldShape