@microsoft/fast-element > View > dispose
View.dispose() method
Removes the view and unbinds its behaviors, disposing of DOM nodes afterward. Once a view has been disposed, it cannot be inserted or bound again.
Signature:dispose(): void;
void
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-element > View > dispose
Removes the view and unbinds its behaviors, disposing of DOM nodes afterward. Once a view has been disposed, it cannot be inserted or bound again.
Signature:dispose(): void;
void