How to activate a tab on a extended property panel programmatically?

Is there a way to activate a tab on a extended property panel programmatically?
I need my bpmn modeler to activate a specific tab after loading a diagram, how can I do that?

Hey,

please take a look at PropertiesPanel.js. You’ll find an activateTab method there which you can use.