DiagramShapeDefaultsSettingsConnectorBuilder
Defines the fluent API for configuring the DiagramShapeDefaultsSettingsConnector settings.
Methods
Name(System.String)
The connector name.
Parameters
value - System.String
The value that configures the name.
Position(System.String)
Defines the name of the JavaScript function that positions the connector.
Parameters
value - System.String
The name of the function that positions the connector.
Position(System.Func)
Defines the inline handler that positions the connector.
Parameters
handler - System.Func<Object,Object>
The inline handler that positions the connector.