Theia API Documentation v1.73.0
    Preparing search index...
    • Detach the given child from the parent.

      After this call, the child's parent, previousSibling, and nextSibling references are cleared, symmetric with setParent. If a tree is provided, the child and its descendants are also purged from the tree's id-to-node index so that Tree.getNode no longer returns the detached subtree. Otherwise the index entries persist and the caller is responsible for cleanup (e.g., via tree.removeNode).

      Parameters

      Returns void