Search results

ConnectorConstraints API in React Diagram API component

Defines the constraints to enable/disable certain features of connector.

  • None - Interaction of the connectors cannot be done.
  • Select - Selects the connector.
  • Delete - Delete the connector.
  • Drag - Drag the connector.
  • DragSourceEnd - Drag the source end of the connector.
  • DragTargetEnd - Drag the target end of the connector.
  • DragSegmentThump - Drag the segment thumb of the connector.
  • AllowDrop - Allow to drop a node.
  • Bridging - Creates bridge on intersection of two connectors.
  • BridgeObstacle -
  • InheritBridging - Creates bridge on intersection of two connectors.
  • PointerEvents - Sets the pointer events.
  • Tooltip - Displays a tooltip for the connectors.
  • InheritToolTip - Displays a tooltip for the connectors.
  • Interaction - Features of the connector used for interaction.
  • ReadOnly - Enables ReadOnly
  • InheritSegmentThumbShape - Enables or disables to inherit the value of segmentThumbShape
  • Default - Default features of the connector.
  • AllowDrop - Enables AllowDrop constraints to the connector.
  • BridgeObstacle - Enables or Disables Bridge Obstacles with overlapping of connectors.
  • Bridging - Enables bridging to the connector.
  • ConnectToNearByElement - Enables or disables Enables or disables near port and node padding to the connector.
  • ConnectToNearByNode - Enables or disables near node padding to the connector.
  • ConnectToNearByPort - Enables or disables near port padding to the connector.
  • Default - Enables all constraints.
  • Delete - Enables connector to be Deleted.
  • Drag - Enables connector to be Dragged.
  • DragSegmentThumb - Enables control point and end point of every segment in a connector for editing.
  • DragSourceEnd - Enables connectors source end to be selected.
  • DragTargetEnd - Enables connectors target end to be selected.
  • InheritBridging - Enables bridging to the connector.
  • InheritLineRouting - Enables or disables routing to the connector.
  • InheritSegmentThumbShape - Enables or disables to inherit the value of segmentThumbShape
  • InheritTooltip - Enables or disables tool tip for the connectors
  • Interaction - Enables Interaction.
  • LineRouting - Enables or disables routing to the connector.
  • None - Disable all connector Constraints.
  • PointerEvents - Used to set the pointer events.
  • ReadOnly - Enables ReadOnly
  • Select - Enables connector to be selected.
  • Tooltip - Enables or disables tool tip for the connectors