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

Method menuChanged

core/src/components/menu/menu.tsx:281–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 private menuChanged() {
282 /**
283 * Inform dependent components such as ion-menu-button
284 * that the menu is ready. Note that we only want to do this
285 * once the menu has been rendered which is why we check for didLoad.
286 */
287 if (this.didLoad) {
288 this.ionMenuChange.emit({ disabled: this.disabled, open: this._isOpen });
289 }
290 }
291
292 async disconnectedCallback() {
293 /**

Callers 2

connectedCallbackMethod · 0.95
componentDidLoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected