Specifies whether links should connect to a node or its rows.
Namespace: MindFusion.Diagramming
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
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. |
RemarksMembers of this enumeration can be assigned to the connectionStyle property of TableNode or TreeViewNode.
See Also