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

Function isBackdropAlwaysBlocking

core/src/utils/overlays.ts:51–53  ·  view source on GitHub ↗
(el: OverlayWithFocusTrapProps)

Source from the content-addressed store, hash-verified

49 * Returns false if showBackdrop=false or backdropBreakpoint > 0.
50 */
51const isBackdropAlwaysBlocking = (el: OverlayWithFocusTrapProps): boolean => {
52 return el.showBackdrop !== false && !((el.backdropBreakpoint ?? 0) > 0);
53};
54
55const createController = <Opts extends object, HTMLElm>(tagName: string) => {
56 return {

Callers 2

presentFunction · 0.85
dismissFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected