Search
ConnectionStyle Enumeration
See Also
 





Specifies whether links should connect to a node or its rows.

Namespace: MindFusion.Diagramming
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
ConnectionStyle = {}

 Members

  Member name Description

Node

Links should connect to the table node when drawn interactively.

Rows

Links should connect to one of the table's rows when drawn interactively.

 Remarks

Members of this enumeration can be assigned to the connectionStyle property of TableNode or TreeViewNode.

 See Also