Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ clearBinding
Method
clearBinding
packages/core/ui/core/bindable/index.ts:533–536 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
531
}
532
533
public clearBinding() {
534
this.clearSource();
535
this.updateTarget(unsetValue);
536
}
537
538
private updateTarget(value: any) {
539
if
(this.updating) {
Callers
1
bindingContextChanged
Method · 0.95
Calls
2
clearSource
Method · 0.95
updateTarget
Method · 0.95
Tested by
no test coverage detected