Create own property panel

Hello, I followed the https://github.com/bpmn-io/bpmn-js-example-react-properties-panel example to create my own properties panel. Is it possible in this new custom panel to reuse some of the camunda properties on example inputOutput ? I succeed to create the inputOutput element, but got stuck at creating inputParameters.

Can you explain at which place you are stuck? In the bpmn-js-properties-panel we have helpers for exactly this purpose.

thanks, I will recheck this. Since I am using html (with material ui components) for rendering the elements, I am using moddle from the modeler for creating the xml elements, and modeling 's method updateProperties to update the element that should be the proper approach right?

Sounds perfectly fine to me :+1:

1 Like