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