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

Function hasLazyBuild

core/src/utils/helpers.ts:87–89  ·  view source on GitHub ↗
(stencilEl: HTMLElement)

Source from the content-addressed store, hash-verified

85 * the component is lazy loaded. Returns `false` otherwise.
86 */
87export const hasLazyBuild = (stencilEl: HTMLElement) => {
88 return (stencilEl as any).componentOnReady !== undefined;
89};
90
91export type Attributes = { [key: string]: any };
92

Callers 5

transitionMethod · 0.90
connectedCallbackMethod · 0.90
disconnectedCallbackMethod · 0.90
presentMethod · 0.90
presentMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected