()
| 120 | |
| 121 | @Watch('button') |
| 122 | buttonChanged() { |
| 123 | // Update the focusable option when the button option is changed |
| 124 | this.focusable = this.isFocusable(); |
| 125 | } |
| 126 | |
| 127 | @Listen('ionColor') |
| 128 | labelColorChanged(ev: CustomEvent<string>) { |
nothing calls this directly
no test coverage detected