Embedding a separate panel on the left side of the modeler

Hi there,

I would like my client extension to add a panel on the left of the modeler. Basically similar to the properties panel on the right. I tried to follow the “slot” approach, but sadly I was only able to find some for tabs, status bar or bottom panel. Is there any other integration point I could use?

Right now, the only option I could think of would be to use document.getElementByXXX in combination with ReactDOM.createPortal, but this would be very hacky and implementation dependend.

Kind regards
Adagatiya

Even I am trying around similar grounds
Is there any inputs here @Adagatiya ?

Did the reacDom render work for u ?
Because it works for me in dev but not when I bundle the application in production env

Hi @Navein_Kumar ,

sorry for the late reply. Actually, I did not try further and postponed this project. Either way it should be possible via react-dom. If you do not mind, you could open a new discussion, so I or possibly someone else can have a look.

Kind regards
Adagatiya