ConnectionModelFields
Interface
Defines the field mapping configuration for connections data binding.
Maps source object properties to Diagram connection properties.
Definition
Package:@progress/kendo-angular-diagrams
Properties
dataItem?
string
The field that contains the data item reference.
from?
string
The field that contains the source shape identifier.
points?
string
The field that contains the connection points.
to?
string
The field that contains the target shape identifier.
tooltipText?
string
The field that contains the tooltip text.