Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ canGoBack
Method
canGoBack
core/src/components/nav/nav.tsx:472–474 ·
view source on GitHub ↗
(view?: ViewController)
Source
from the content-addressed store, hash-verified
470
*/
471
@Method()
472
async canGoBack(view?: ViewController): Promise<boolean> {
473
return this.canGoBackSync(view);
474
}
475
476
/**
477
* Get the previous view.
Callers
1
BackButton
Class · 0.45
Calls
1
canGoBackSync
Method · 0.95
Tested by
no test coverage detected