New to Kendo UI for Angular? Start a free 30-day trial
Connector
Updated on Nov 11, 2025
| Name | Type | Default | Description |
|---|---|---|---|
connections |
|
Array of connections attached to this connector. | |
options |
|
Configuration options for the connector. | |
shape |
|
The shape that owns this connector. |
Constructors
Connector
(shape: any, options: any)
Creates a new Connector instance.
Parameters
shape
any
The shape that owns this connector
options
any
Configuration options for the connector
Methods
position | ||||
|---|---|---|---|---|
|
Gets the position of this connector. Uses either a custom position function from options or the shape's getPosition method. | ||||
|
toJSON | ||||
|---|---|---|---|---|
|
Converts the connector to a JSON representation for serialization. | ||||
|