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

Function getTop

core/src/utils/overlays.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 return dismissOverlay(document, data, role, tagName, id);
62 },
63 async getTop(): Promise<HTMLElm | undefined> {
64 return getPresentedOverlay(document, tagName) as any;
65 },
66 };
67};
68

Callers

nothing calls this directly

Calls 1

getPresentedOverlayFunction · 0.85

Tested by

no test coverage detected