How to attach HTML to the tooltip?

Hi there,

I’m currently trying to customize existing properties, and I have created a CustomPropertiesProvider for that. Based on this documentation (bpmn-js-examples/properties-panel-extension at main · bpmn-io/bpmn-js-examples · GitHub), it only shows the tooltip as a string. How can I include HTML in the tooltip like Outputs in UserTask?
image

Thanks in advance!

I think I got the solution by myself. Tooltip props only accept string or preact component :grinning:

1 Like