jQuery Common - Object Structures - DiagramChangeConnectorPointsArgs

Contains information about the processed connector.

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

connector

The processed connector.

newPoints[]

The array of new connection points.

Type:

Array<Object>

oldPoints[]

The array of previous connection points.

Type:

Array<Object>