Vue Diagram - edges
Allows you to bind the collection of diagram edges to a data source.
dataSource
Binds the edges collection to the specified data.
The Diagram widget creates a connector between two shapes for every edge in the collection.
fromExpr
Specifies the name of a data source field or an expression that provides an edge's start node key.
The current edge's data object.
fromLineEndExpr
Specifies the name of a data source field or an expression that provides an edge's line start tip.
The current edge's data object.
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.
The current edge's data object.
keyExpr
Specifies the name of a data source field or an expression that provides edge keys.
The current edge's data object.
lineTypeExpr
Specifies the name of a data source field or an expression that provides an edge's line type.
The current edge's data object.
lockedExpr
Specifies the name of a data source field or an expression whose values indicate whether an edge is locked.
The current edge's data object.
pointsExpr
Specifies the name of a data source field or an expression that provides an edge's key points.
The current edge's data object.
styleExpr
Specifies the name of a data source field or an expression that provides an edge style.
The current edge's data object.
The style settings must be specified as CSS rules presented in JSON format, for instance { "stroke": "#444444" }
.
textExpr
Specifies the name of a data source field or an expression that provides edge texts.
The current edge's data object.
textStyleExpr
Specifies the name of a data source field or an expression that provides an edge's text style.
The current edge's data object.
The style settings must be specified as CSS rules presented in JSON format, for instance { "fill": "red" }
.
toExpr
Specifies the name of a data source field or an expression that provides an edge's end node key.
The current edge's data object.
toLineEndExpr
Specifies the name of a data source field or an expression that provides an edge's line end tip.
The current edge's data object.
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.
The current edge's data object.
zIndexExpr
Specifies the name of a data source field or an expression that provides an edge's z-index.
The current edge's data object.
The z-index specifies the edge stack order. An edge with greater stack order is in front of an edge with a lower stack order.
If you have technical questions, please create a support ticket in the DevExpress Support Center.