MCPcopy 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

bindingContextChangedMethod · 0.95

Calls 2

clearSourceMethod · 0.95
updateTargetMethod · 0.95

Tested by

no test coverage detected