New to Kendo UI for Angular? Start a free 30-day trial
Connector
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
parse | |||||||||
---|---|---|---|---|---|---|---|---|---|
Parses a string representation to find and return a connector from the diagram. | |||||||||
| |||||||||
|
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. | ||||
|