Hi!
I would like to ask if there is a way to deep copy a node or connector? Since it has many circular references it is not possible to make use of libraries like lodash, neither make a simple JSON.parse(JSON.stringify(event.element)).
For example: When listening to events like propertyChange or collectionChange, extract the <NodeModel | ConnectorModel>event.element or new values only and deep copy it, to send its data to store.
Thanks.
Regards
Camila