Search
TableRow.anchorPattern Property
See Also
 






Gets or sets the anchor points to which links attach when connected to this row.

Namespace: MindFusion.Diagramming
File: TableRow.js

 Syntax

JavaScript  Copy Code

get anchorPattern() {}
set anchorPattern(value) {}

 Property Value

AnchorPattern

An AnchorPattern object that defines a set of anchor points.

 Remarks

If this property is not set, links attach to points defined by table's rowAnchorPattern property.

 See Also