Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ionic-team/ionic-framework
/ isOverlayHidden
Function
isOverlayHidden
core/src/utils/overlays.ts:147–147 ·
view source on GitHub ↗
(overlay: Element)
Source
from the content-addressed store, hash-verified
145
};
146
147
const
isOverlayHidden = (overlay: Element) => overlay.classList.contains(
'overlay-hidden'
);
148
149
/**
150
* Focuses a particular element in an overlay. If the element
Callers
1
getPresentedOverlays
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected