Search results

Static Functions API in JavaScript Diagram API control

Root static functions of Diagram Component

bezierPoints

Get the intermediate bezier curve for point over connector

Returns PointModel

getBezierBounds

Get the bezier curve bounds.

Returns Rect

getBezierPoints

Get the bezier points if control points are not given.

Returns PointModel

getDirection

Get the direction of the control points while the bezier is connected to the node

Returns string

getConnectorArrowType

To Get connector style based on the arrow type

Parameter Type Description
data FlowChartData provide the flow chart data.

Returns Object | Object | Object