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

Method componentWillLoad

core/src/components/header/header.tsx:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 @Prop() translucent = false;
57
58 componentWillLoad() {
59 this.inheritedAttributes = inheritAriaAttributes(this.el);
60 }
61
62 componentDidLoad() {
63 this.checkCollapsibleHeader();

Callers

nothing calls this directly

Calls 1

inheritAriaAttributesFunction · 0.90

Tested by

no test coverage detected