Search
TableNode.connectionStyle Property
See Also
 





Gets or sets whether drawing a link from/to this node should connectan individual table row, or the whole table as an integral entity.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get connectionStyle() {}
set connectionStyle(value) {}

 Property Value

ConnectionStyle

A member of the ConnectionStyle enumeration.

 See Also