mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
style(viewcontroller): some TS types and minor changes
This commit is contained in:
@ -472,6 +472,14 @@ export abstract class NavController {
|
||||
*/
|
||||
abstract popTo(page: any, params?: any, opts?: NavOptions, done?: Function): Promise<any>;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* Pop sequently all the pages in the stack.
|
||||
*
|
||||
* @returns {Promise} Returns a promise which is resolved when the transition has completed.
|
||||
*/
|
||||
abstract popAll(): Promise<any[]>;
|
||||
|
||||
/**
|
||||
* Removes a page from the nav stack at the specified index.
|
||||
*
|
||||
|
Reference in New Issue
Block a user