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

Method componentWillLoad

core/src/components/alert/alert.tsx:373–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 }
372
373 componentWillLoad() {
374 if (!this.htmlAttributes?.id) {
375 setOverlayId(this.el);
376 }
377 this.inputsChanged();
378 this.buttonsChanged();
379 }
380
381 disconnectedCallback() {
382 this.triggerController.removeClickListener();

Callers

nothing calls this directly

Calls 3

inputsChangedMethod · 0.95
buttonsChangedMethod · 0.95
setOverlayIdFunction · 0.90

Tested by

no test coverage detected