mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
@ -30,7 +30,7 @@ export class ModalController implements OverlayController {
|
||||
* Get the most recently opened modal overlay.
|
||||
*/
|
||||
@Method()
|
||||
async getTop(): Promise<HTMLIonModalElement> {
|
||||
async getTop(): Promise<HTMLIonModalElement | undefined> {
|
||||
return getOverlay(this.doc, 'ion-modal') as HTMLIonModalElement;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user