MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / getPrevious

Method getPrevious

core/src/components/nav/nav.tsx:482–484  ·  view source on GitHub ↗
(view?: ViewController)

Source from the content-addressed store, hash-verified

480 */
481 @Method()
482 async getPrevious(view?: ViewController): Promise<ViewController | undefined> {
483 return this.getPreviousSync(view);
484 }
485
486 /**
487 * Returns the number of views in the stack.

Callers

nothing calls this directly

Calls 1

getPreviousSyncMethod · 0.95

Tested by

no test coverage detected