Hi Team,
I have recently started working with GoJS to create some custom diagrams. I have created specific icons for managing edit operations on the diagram like add, cut, copy, paste, delete etc.,
I was able to achieve most of the functionality by referring to GoJS docs & forum, but there is one issue which i couldn’t figure out, how to figure out the which operation triggered deletion of the node on the diagram, Cut or Delete ?
I am doing some custom changes wrt to cut and delete within “SelectionDeleting” event handler, but i am unable to figure the source of the deletion event.
FYI, i can figure out the source from call stack of the dev tools, is that info available within the event object of “SelectionDeleting” event handler.
any quick help would be really appreciated.
thanks,
Manoj Kumar L