Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

readme.md

ion-action-sheet-controller

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 actionSheetController exported from core.

Methods

create(options: ActionSheetOptions) => Promise<HTMLIonActionSheetElement>

Create an action sheet overlay with action sheet options.

Returns

Type: Promise<HTMLIonActionSheetElement>

dismiss(data?: any, role?: string | undefined, id?: string | undefined) => Promise<boolean>

Dismiss the open action sheet overlay.

Returns

Type: Promise<boolean>

getTop() => Promise<HTMLIonActionSheetElement | undefined>

Get the most recently opened action sheet overlay.

Returns

Type: Promise<HTMLIonActionSheetElement | undefined>


Built with StencilJS