PolylinePathProps

Parameters that describe a polyline edge path.

Props

NameDescriptionType
bends
The coordinates of the bends.
{ x: number; y: number }[]
sourceX
The x-coordinate of the source point of the edge.
number
sourceY
The y-coordinate of the source point of the edge.
number
targetX
The x-coordinate of the target point of the edge.
number
targetY
The y-coordinate of the target point of the edge.
number