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

Defines the connectors available in the shape. A connector is the point in the shape where a connection between this shape and another one can originate from or end.

Definition

Package:@progress/kendo-angular-diagrams

Properties

The connector description.

fill?

string | Fill

The fill options of the connector.

height?

number

The height of the connector.

Default:

8

The hover configuration of the connector.

name?

string

The connector name. The predefined names are:

  • "top" - top connector
  • "right" - right connector
  • "bottom" - bottom connector
  • "left" - left connector
  • "auto" - auto connector

offset?

number

The offset distance from the shape edge.

Default:

0

Function that positions the connector. Receives the shape as parameter and returns a point indicating where the connector should be placed.

Parameters:shapeanyReturns:

any

stroke?

string | Stroke

The stroke options of the connector.

width?

number

The width of the connector.

Default:

8