Specifies whether links should connect to a node or its rows.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
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. |
Members of this enumeration can be assigned to the connectionStyle property of TableNode or TreeViewNode.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |