MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / present

Method present

core/src/utils/overlays-interface.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 didDismissShorthand?: EventEmitter<OverlayEventDetail>;
29
30 present(): Promise<void>;
31 dismiss(data?: any, role?: string): Promise<boolean>;
32}
33

Callers 15

presentMethod · 0.65
presentMethod · 0.65
presentMethod · 0.65
useIonToastFunction · 0.65
useIonPickerFunction · 0.65
useIonPopoverFunction · 0.65
useIonLoadingFunction · 0.65
useControllerFunction · 0.65
useOverlayFunction · 0.65
useIonModalFunction · 0.65
useIonAlertFunction · 0.65
useIonActionSheetFunction · 0.65

Implementers 7

Alertcore/src/components/alert/alert.tsx
ActionSheetcore/src/components/action-sheet/actio
Loadingcore/src/components/loading/loading.ts
Pickercore/src/components/picker-legacy/pick
Modalcore/src/components/modal/modal.tsx
Toastcore/src/components/toast/toast.tsx
Popovercore/src/components/popover/popover.ts

Calls

no outgoing calls

Tested by

no test coverage detected