SyntheticView.remove() method
@microsoft/fast-element > SyntheticView > remove
SyntheticView.remove() method
Removes the view's DOM nodes. The nodes are not disposed and the view can later be re-inserted.
Signature:
remove(): void;
Returns:
void