()
| 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. |
nothing calls this directly
no test coverage detected