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

Function dismiss

core/src/utils/overlays.ts:60–62  ·  view source on GitHub ↗
(data?: any, role?: string, id?: string)

Source from the content-addressed store, hash-verified

58 return createOverlay(tagName, options) as any;
59 },
60 dismiss(data?: any, role?: string, id?: string) {
61 return dismissOverlay(document, data, role, tagName, id);
62 },
63 async getTop(): Promise<HTMLElm | undefined> {
64 return getPresentedOverlay(document, tagName) as any;
65 },

Callers 4

dismissMethod · 0.90
dismissMethod · 0.90
dismissMethod · 0.90
dismissMethod · 0.90

Calls 10

getIonModeFunction · 0.90
printIonErrorFunction · 0.90
dismissOverlayFunction · 0.85
getPresentedOverlaysFunction · 0.85
isBackdropAlwaysBlockingFunction · 0.85
setRootAriaHiddenFunction · 0.85
overlayAnimationFunction · 0.85
getMethod · 0.65
destroyMethod · 0.65
addMethod · 0.45

Tested by

no test coverage detected