TIWCGJsPlumbConnectorType Enumeration

Represents type TIWCGJsPlumbConnectorType.

Namespace: IWCGJsPlumb
type
 TIWCGJsPlumbConnectorType = (jspctDefault,jspctBezier,jspctStraight,jspctFlowchart,jspctStateMachine);

The TIWCGJsPlumbConnectorType type exposes the following members.

Show:
 NameDescription
jspctBezier

Represents constant jspctBezier.

jspctDefault

Represents constant jspctDefault.

jspctFlowchart

Represents constant jspctFlowchart.

jspctStateMachine

Represents constant jspctStateMachine.

jspctStraight

Represents constant jspctStraight.

Top