node.copy()

node.copy()

Return a deep copy of the subtree starting at this node. (The returned deep copy shares the same data, however.) The returned node is the root of a new tree; the returned node’s parent is always null and its depth is always zero.

doc_D3_Js
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.