MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / buttonChanged

Method buttonChanged

core/src/components/item/item.tsx:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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>) {

Callers

nothing calls this directly

Calls 1

isFocusableMethod · 0.95

Tested by

no test coverage detected