mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -22,8 +22,8 @@ export class AlertController implements OverlayController {
|
||||
* Dismiss the open alert overlay.
|
||||
*/
|
||||
@Method()
|
||||
dismiss(data?: any, role?: string, alertId?: number) {
|
||||
return dismissOverlay(this.doc, data, role, 'ion-alert', alertId);
|
||||
dismiss(data?: any, role?: string, id?: string) {
|
||||
return dismissOverlay(this.doc, data, role, 'ion-alert', id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user