Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ionic-team/ionic-framework
/ disabledChanged
Method
disabledChanged
core/src/components/range/range.tsx:239–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
@Prop() disabled = false;
238
@Watch(
'disabled'
)
239
protected disabledChanged() {
240
if (this.gesture) {
241
this.gesture.enable(!this.disabled);
242
}
243
}
244
245
/**
246
* the value of the range.
Callers
1
connectedCallback
Method · 0.95
Calls
1
enable
Method · 0.65
Tested by
no test coverage detected