Articles in this section
Category / Section

How to Disable Annotations on Connector in Angular Diagram?

2 mins read

In this article, you can learn how to disable annotations on connectors in an Angular Diagram. The Angular Diagram component supports editing annotations at runtime, either interactively or programmatically. However, to restrict users from adding or editing annotations, you can utilize the constraints property.

The constraints property allows you to control the behavior of annotations, such as making them read-only. To disable annotation editing or prevent new annotations from being added, apply the “read-only” constraint to the annotation. This ensures that the annotation cannot be modified or edited by double-clicking a connector.

Below is an example code snippet demonstrating how to apply the read-only constraint:

//Define connector with ReadOnly constraint
       public connectors: ConnectorModel[]=[
           {
               id: "connector1",
               sourceID: "Start",
               targetID: "Init",
               type: 'Orthogonal',
               //disable annotation editing
               constraints:
                 ConnectorConstraints.Default | ConnectorConstraints.ReadOnly,
           }
       ] 

Sample

Conclusion

I hope you enjoyed about how to disable annotations on connector in Angular Diagram.

You can refer to our Angular Diagram feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our Angular Diagram example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls. If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, BoldDesk Support, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied