Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ destroyView
Method
destroyView
core/src/components/nav/nav.tsx:994–997 ·
view source on GitHub ↗
(view: ViewController)
Source
from the content-addressed store, hash-verified
992
}
993
994
private destroyView(view: ViewController) {
995
view._destroy();
996
this.removeView(view);
997
}
998
999
/**
1000
* Unmounts all inactive views after the specified active view.
Callers
2
postViewInit
Method · 0.95
unmountInactiveViews
Method · 0.95
Calls
2
removeView
Method · 0.95
_destroy
Method · 0.80
Tested by
no test coverage detected