Results 12 comments of Sinan Yaman

any improvements?

Can you share the code where you register the linksUpdated listener?

This should work. The syntax and the listener registration is correct. My only thought is, if you are doing this on drag-and-drop example, and registering these listeners in BodyWidget.tsx, these...

Well, the only reason this won't work is if you use a different model than the one you registered the listeners. Just tried the same syntax for registering listeners on...

![helpGithub](https://user-images.githubusercontent.com/29941191/96731585-16acbd00-13c0-11eb-8f1a-000a41b1b1f7.gif) BodyWidget.js ``` import * as React from 'react'; import * as _ from 'lodash'; import { TrayWidget } from './TrayWidget'; import { Application } from '../Application'; import { TrayItemWidget...

Ahh, I totally missed your point my bad. There are events on Link Model: ``` sourcePortChanged targetPortChanged ``` Maybe you can give them a go, my last hope to be...

Wow, that is a function I didn't know existed. Thanks for pointing out. I changed my use case, however I will try that once I need the same thing

I coudln't get this to work :sob: If you talk about the styling, it is mainly css. Override .rst__nodeContent, .rst__rowWrapper classes

Were you able to achieve this custom style? @Manali-addweb