MCPcopy 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
147const isOverlayHidden = (overlay: Element) => overlay.classList.contains('overlay-hidden');
148
149/**
150 * Focuses a particular element in an overlay. If the element

Callers 1

getPresentedOverlaysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected