Hi
I'm evaluating the Angular TreeView component (@syncfusion/ej2-ng-navigations": "^16.2.50"). After loading my hierarchical data into the tree I want to get the updated data source after I have done some modifications to the tree (drag & drop, editing ...). The API documentations says that there is a method calld getTreeData (https://help.syncfusion.com/api/js/ejtreeview#methods:gettreedata). But this method is missing (it does not exist in the TypeScript typing nor in the underlying JS code). Do I need to reference an other package?
Thanks
Rolf