Replies: 1 comment 2 replies
-
Hi, regarding your second question: regarding your first question: |
Beta Was this translation helpful? Give feedback.
-
Hi, regarding your second question: regarding your first question: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,


I create a custom node view for my custom node in glsp. I have two questions
question one is about the key of VNode
my custom node view as follow
if I do not set key of vnode, my custom node view can update value normally
if I set key of vnode and put mouse over my custom node, It will always stay in initial state

My code as follow


Question two is about the injection mode of custom node view.
Does it use singleton inject for custom node view? I create a collection to get information in my gaugeNodeView. I create two guageNodeView instance in frontend. finally I get all information of two instances in the same collection
one strange thing is that when I open toggle develop tool and find two diagram containers, I just create one node view instance


int frontend panel.
Beta Was this translation helpful? Give feedback.
All reactions