__RemoveElement
Removes an Element node from its parent's list of child nodes.
Key | Description |
---|---|
parent | The parent node object. |
child | The child node to be removed from the parent. |
Returns the removed child node.
The frontend framework can perform the removal operation as follows.