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

Method componentWillLoad

core/src/components/toast/toast.tsx:325–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 }
324
325 componentWillLoad() {
326 if (!this.htmlAttributes?.id) {
327 setOverlayId(this.el);
328 }
329 }
330
331 componentDidLoad() {
332 /**

Callers

nothing calls this directly

Calls 1

setOverlayIdFunction · 0.90

Tested by

no test coverage detected