jQuery Common - Object Structures - DiagramConnector

An object that provides information about a connector in the Diagram UI component.

Type:

Object

dataItem

Returns the data item that is bound to the diagram item.

Type:

Object

fromKey

Specifies the connector's start node key.

Type:

Object

id

Specifies the item's internal identifier.

Type:

String

itemType

Returns the type of the item.

Type:

String

Accepted Values: 'shape' | 'connector'

texts

Specifies the connector's text.

Type:

Array<String>

toKey

Specifies the connector's end node key.

Type:

Object