JavaScript/jQuery Diagram - edges
Type:
Default Value: null
fromPointIndexExpr
Specifies the name of a data source field or an expression that provides an index of a shape connection point where an edge starts.
Function parameters:
data:
Default Value: undefined
lockedExpr
Specifies the name of a data source field or an expression whose values indicate whether an edge is locked.
Function parameters:
data:
Default Value: undefined
styleExpr
Function parameters:
data:
Default Value: undefined
The style settings must be specified as CSS rules presented in JSON format, for instance { "stroke": "#444444" }
.
textStyleExpr
Function parameters:
data:
Default Value: undefined
The style settings must be specified as CSS rules presented in JSON format, for instance { "fill": "red" }
.
toPointIndexExpr
Specifies the name of a data source field or an expression that provides an index of a shape connection point where an edge ends.
Function parameters:
data:
Default Value: undefined
Feedback