Skip to main content
Version: 2.x

HTMLView.remove() method

@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