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

Method pop

core/src/components/nav/nav.tsx:241–243  ·  view source on GitHub ↗
(opts?: NavOptions | null, done?: TransitionDoneFn)

Source from the content-addressed store, hash-verified

239 */
240 @Method()
241 pop(opts?: NavOptions | null, done?: TransitionDoneFn): Promise<boolean> {
242 return this.removeIndex(-1, 1, opts, done);
243 }
244
245 /**
246 * Pop to a specific index in the navigation stack.

Callers 4

onStartMethod · 0.95
navLinkFunction · 0.45
BackButtonClass · 0.45

Calls 1

removeIndexMethod · 0.95

Tested by

no test coverage detected