Skip to main content

@microsoft/fast-element > HTMLView > remove

HTMLView.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