MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / isIonContent

Function isIonContent

core/src/utils/content/index.ts:16–16  ·  view source on GitHub ↗
(el: Element)

Source from the content-addressed store, hash-verified

14const ION_CONTENT_SELECTOR = `${ION_CONTENT_ELEMENT_SELECTOR}, ${ION_CONTENT_CLASS_SELECTOR}`;
15
16export const isIonContent = (el: Element) => el.tagName === ION_CONTENT_TAG_NAME;
17
18/**
19 * Waits for the element host fully initialize before

Callers 10

scrollToFragmentFunction · 0.90
getScrollYFunction · 0.90
canStartFunction · 0.90
canStartFunction · 0.90
onStartFunction · 0.90
getScrollElementFunction · 0.85
scrollToTopFunction · 0.85
scrollByPointFunction · 0.85
disableContentScrollYFunction · 0.85
resetContentScrollYFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected