Does it exists an "add" event?

Everything is in title, i saw this events: https://github.com/bpmn-io/bpmn-js-examples/tree/master/interaction
And i need to track added elements. Is a such element existing on your library ?

Thank you

Sincerely,
Fantemiis

Hi @Fantemis,

you can listen for the shape.create event, which will be triggered after elements were created. There is also the shape.added event when shapes were added to Canvas.

1 Like