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

Method componentWillLoad

core/src/components/toggle/toggle.tsx:268–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 componentWillLoad() {
269 this.inheritedAttributes = {
270 ...inheritAriaAttributes(this.el),
271 };
272
273 this.hintTextId = this.getHintTextId();
274 }
275
276 private onStart() {
277 this.activated = true;

Callers

nothing calls this directly

Calls 2

getHintTextIdMethod · 0.95
inheritAriaAttributesFunction · 0.90

Tested by

no test coverage detected