ShapeConnector
Interface
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
description?
string
The connector description.
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
width?
number
The width of the connector.
Default:
8