ion-loading-controller
Loading controllers programmatically control the loading component. Loadings can be created and dismissed from the loading controller. View the
Methods
create | |
|---|---|
| Description | Create a loading overlay with loading options. |
| Signature | create(options?: LoadingOptions | undefined) => Promise<HTMLIonLoadingElement> |
dismiss | |
| Description | Dismiss the open loading overlay. |
| Signature | dismiss(data?: any, role?: string | undefined, id?: string | undefined) => Promise<boolean> |
getTop | |
| Description | Get the most recently opened loading overlay. |
| Signature | getTop() => Promise<HTMLIonLoadingElement | undefined> |