Connector
Class
Definition
Package:@progress/kendo-angular-diagrams
Methods
Gets the position of this connector. Uses either a custom position function from options or the shape's getPosition method. Applies offset if configured.
Returns:
any
The Point representing the connector's position
Converts the connector to a JSON representation for serialization.
Returns:
{ shapeId: any; connector: any }
Object containing the shape ID and connector name
Properties
connections
any[]
Array of connections attached to this connector.
options
any
Configuration options for the connector.
shape
any
The shape that owns this connector.