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

Method disabledChanged

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

Source from the content-addressed store, hash-verified

135
136 @Watch('disabled')
137 protected disabledChanged() {
138 this.updateState();
139
140 this.ionMenuChange.emit({
141 disabled: this.disabled,
142 open: this._isOpen,
143 });
144 }
145
146 /**
147 * Which side of the view the menu should be placed.

Callers

nothing calls this directly

Calls 1

updateStateMethod · 0.95

Tested by

no test coverage detected