Skip to main content
Version: 1.x

@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