New to Kendo UI for Angular? Start a free 30-day trial
ConnectionModelFields
Updated on Nov 11, 2025
Defines the field mapping configuration for connections data binding.
Maps source object properties to Diagram connection properties.
| Name | Type | Default | Description |
|---|---|---|---|
dataItem? |
|
The field that contains the data item reference. | |
from? |
|
The field that contains the source shape identifier. | |
points? |
|
The field that contains the connection points. | |
to? |
|
The field that contains the target shape identifier. | |
tooltipText? |
|
The field that contains the tooltip text. |