Action Sheet controllers programmatically control the action sheet component. Action Sheets can be created and dismissed from the action sheet controller. View the Action Sheet documentation for a full list of options to pass upon creation.
[DEPRECATED] Use the
actionSheetControllerexported from core.
Create an action sheet overlay with action sheet options.
Type: Promise<HTMLIonActionSheetElement>
Dismiss the open action sheet overlay.
Type: Promise<boolean>
Get the most recently opened action sheet overlay.
Type: Promise<HTMLIonActionSheetElement | undefined>
Built with StencilJS