Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
present
Method · 0.65
present
Method · 0.65
present
Method · 0.65
useIonToast
Function · 0.65
useIonPicker
Function · 0.65
useIonPopover
Function · 0.65
useIonLoading
Function · 0.65
useController
Function · 0.65
useOverlay
Function · 0.65
useIonModal
Function · 0.65
useIonAlert
Function · 0.65
useIonActionSheet
Function · 0.65
Implementers
7
Alert
core/src/components/alert/alert.tsx
ActionSheet
core/src/components/action-sheet/actio
Loading
core/src/components/loading/loading.ts
Picker
core/src/components/picker-legacy/pick
Modal
core/src/components/modal/modal.tsx
Toast
core/src/components/toast/toast.tsx
Popover
core/src/components/popover/popover.ts
Calls
no outgoing calls
Tested by
no test coverage detected