MCPcopy 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

postViewInitMethod · 0.95
unmountInactiveViewsMethod · 0.95

Calls 2

removeViewMethod · 0.95
_destroyMethod · 0.80

Tested by

no test coverage detected