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

Method componentWillLoad

core/src/components/picker/picker.tsx:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 componentWillLoad() {
48 getElementRoot(this.el).addEventListener('focusin', this.onFocusIn);
49 getElementRoot(this.el).addEventListener('focusout', this.onFocusOut);
50 }
51
52 private isInHighlightBounds = (ev: PointerEvent) => {
53 const { highlightEl } = this;

Callers

nothing calls this directly

Calls 2

getElementRootFunction · 0.90
addEventListenerMethod · 0.65

Tested by

no test coverage detected