Skip to main content
All docs
V25.1
  • DiagramConnector.points Property

    Gets the connector’s key points.

    Declaration

    points: any[]

    Property Value

    Type Description
    any[]

    An array of objects that contain coordinates of connector points.

    Remarks

    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}]

    See Also