Alert controllers programmatically control the alert component. Alerts can be created and dismissed by the alert controller. View the Alert documentation for the list of options to pass upon creation and usage information.
[DEPRECATED] Use the
alertControllerexported from core.
Create an alert overlay with alert options.
Type: Promise<HTMLIonAlertElement>
Dismiss the open alert overlay.
Type: Promise<boolean>
Get the most recently opened alert overlay.
Type: Promise<HTMLIonAlertElement | undefined>
Built with StencilJS