Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
769
const
getAppRoot = (doc: Document) => {
770
return
doc.querySelector(
'ion-app'
) || doc.body;
771
};
772
773
const
overlayAnimation =
async
(
774
overlay: OverlayInterface,
Callers
3
createOverlay
Function · 0.85
setRootAriaHidden
Function · 0.85
present
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected