Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ componentWillLoad
Method
componentWillLoad
core/src/components/menu/menu.tsx:256–258 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
254
}
255
256
componentWillLoad() {
257
this.inheritedAttributes = inheritAriaAttributes(this.el);
258
}
259
260
async componentDidLoad() {
261
this.didLoad = true;
Callers
nothing calls this directly
Calls
1
inheritAriaAttributes
Function · 0.90
Tested by
no test coverage detected