Gets or sets the anchor points to which links attach when connected to this row.
Namespace: MindFusion.Diagramming
File: TableRow.js
SyntaxJavaScript
Copy Code
|
|---|
get anchorPattern() {} |
AnchorPattern
An AnchorPattern object that defines a set of anchor points.
RemarksIf this property is not set, links attach to points defined by table's rowAnchorPattern property.
See Also