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

Function printIonContentErrorMsg

core/src/utils/content/index.ts:101–103  ·  view source on GitHub ↗
(el: HTMLElement)

Source from the content-addressed store, hash-verified

99 * within either the `ion-content` selector or the `.ion-content-scroll-host` class.
100 */
101export const printIonContentErrorMsg = (el: HTMLElement) => {
102 return printRequiredElementError(el, ION_CONTENT_ELEMENT_SELECTOR);
103};
104
105/**
106 * Several components in Ionic need to prevent scrolling

Callers 7

FooterClass · 0.90
connectedCallbackMethod · 0.90
setupCondenseHeaderMethod · 0.90
connectedCallbackMethod · 0.90
initSwipeToCloseMethod · 0.90

Calls 1

Tested by

no test coverage detected