MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / connectedCallback

Method connectedCallback

core/src/components/modal/modal.tsx:448–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446 }
447
448 connectedCallback() {
449 const { el } = this;
450 prepareOverlay(el);
451 this.triggerChanged();
452 }
453
454 disconnectedCallback() {
455 this.triggerController.removeClickListener();

Callers

nothing calls this directly

Calls 2

triggerChangedMethod · 0.95
prepareOverlayFunction · 0.90

Tested by

no test coverage detected