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

Function getAppRoot

core/src/utils/overlays.ts:769–771  ·  view source on GitHub ↗
(doc: Document)

Source from the content-addressed store, hash-verified

767};
768
769const getAppRoot = (doc: Document) => {
770 return doc.querySelector('ion-app') || doc.body;
771};
772
773const overlayAnimation = async (
774 overlay: OverlayInterface,

Callers 3

createOverlayFunction · 0.85
setRootAriaHiddenFunction · 0.85
presentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected