Search
DiagramLink.originIndex Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get originIndex() {}
set originIndex(value) {}

 Property Value

Number

An integer value specifying the index of origin row.

 See Also