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

Method getActive

core/src/components/nav/nav.tsx:452–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450 */
451 @Method()
452 async getActive(): Promise<ViewController | undefined> {
453 return this.getActiveSync();
454 }
455
456 /**
457 * Get the view at the specified index.

Callers

nothing calls this directly

Calls 1

getActiveSyncMethod · 0.95

Tested by

no test coverage detected