Hello,
How can I change shapes and connections text after adding them to the diagram?
For example, when a user creates a connection, an add event is called which contain a newly created connection object.
And I assigned text to the newly created connection object like this.
e.connection.options.content.text = "True"
But this text change did not apply.
Is there a way to redraw the options? after changing it? or is there any ways to change text dynamically?
Thank you!