react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

How the onCreate property works

Open jzarei1996 opened this issue 2 years ago • 3 comments
trafficstars

hello.

How does onCreate work in react-arborist? How should we call it when we have written a separate component to render the nodes?

I mean, how should we call onCreate from the component that renders the nodes so that it returns the necessary information according to the document? For example you said to use the node.submit() function and it takes you to the onRename function. This is very good. My question is how to do it for onCreate and also onDelete? Maybe I didn't understand the document well, so please guide me. Thanks

jzarei1996 avatar May 14 '23 04:05 jzarei1996