I have them enabled because i need them for tasks but its also showing up for connections which i don’t need . so is it possible to achieve that i have them for tasks but not for connections
When the tooltip is opened, the ‘opening’ event is raised. In the event detail, there is a ‘type’ property which determines the tooltip’s type. It the type = ‘connection’, you can call event.preventDefault() and event.stopPropagation() methods.