Search
DiagramLink.destinationIndex Property
See Also
 






Gets or sets the index of link's destination row when destination is a TableNode.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get destinationIndex() {}
set destinationIndex(value) {}

 Property Value

Number

An integer value specifying the index of destination row.

 See Also