Angular Diagram - DiagramChangeConnectorPointsArgs

Contains information about the processed connector.

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

connector

The processed connector.

Selector: dxo-connector

newPoints[]

The array of new connection points.

Selector: dxi-new-point
Type:

Array<Object>

oldPoints[]

The array of previous connection points.

Selector: dxi-old-point
Type:

Array<Object>