Vue Diagram - 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.

Selector: connection-point-index
Type:

Number

connector

The processed connector.

Selector: DxConnector

connectorPosition

The position of the connector in the processed point.

Selector: connector-position

newShape

The new connected shape.

Selector: DxNewShape

oldShape

The previous connected shape.

Selector: DxOldShape