mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
docs(navController): make popTo private
Closes https://github.com/driftyco/ionic-site/issues/615
This commit is contained in:
@ -288,6 +288,7 @@ export abstract class NavController {
|
||||
abstract popToRoot(opts?: NavOptions, done?: Function): Promise<any>;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* Pop to a specific view in the history stack.
|
||||
*
|
||||
* @param {ViewController} view to pop to
|
||||
@ -383,4 +384,4 @@ export abstract class NavController {
|
||||
*/
|
||||
abstract canGoBack(): boolean;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user