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

Method componentDidLoad

core/src/components/item/item.tsx:175–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 componentDidLoad() {
176 raf(() => {
177 this.setMultipleInputs();
178 this.setIsInteractive();
179 this.focusable = this.isFocusable();
180 });
181 }
182
183 private totalNestedInputs() {
184 // The following elements have a clickable cover that is relative to the entire item

Callers

nothing calls this directly

Calls 4

setMultipleInputsMethod · 0.95
setIsInteractiveMethod · 0.95
isFocusableMethod · 0.95
rafFunction · 0.90

Tested by

no test coverage detected