Connector
Class
Definition
Package:@progress/kendo-react-diagram
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.
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