mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
ion-modal-controller
Modal controllers programmatically control the modal component. Modals can be created and dismissed from the modal controller. View the Modal documentation for a full list of options to pass upon creation.
Methods
Method | Description |
---|---|
create |
Create a modal overlay with modal options. |
dismiss |
Dismiss the open modal overlay. |
getTop |
Get the most recently opened modal overlay. |
Built with StencilJS