New to Kendo UI for AngularStart a free 30-day trial

Connector

Updated on Nov 11, 2025
NameTypeDefaultDescription

connections

any[]

Array of connections attached to this connector.

options

any

Configuration options for the connector.

shape

any

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.

Returns

any

The Point representing the connector's position

toJSON

Converts the connector to a JSON representation for serialization.

Returns

{ connector: any; shapeId: any; }

Object containing the shape ID and connector name

In this article
ConstructorsConnectorMethods
Not finding the help you need?
Contact Support