jQuery Diagram - DiagramConnector.points

Gets the connector's key points.

Type:

Array<Object>

The points property contains an array of connector points. Each point is specified by its x- and y-coordinates in units.

The points property value has the following format: [{"x":264,"y":384},{"x":288,"y":420},{"x":480,"y":420}].

x

A horizontal position of the point.

Type:

Number

y

A vertical position of the point.

Type:

Number