MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / bindingContextChanged

Function bindingContextChanged

packages/core/ui/core/view-base/index.ts:887–889  ·  view source on GitHub ↗
(data: PropertyChangeData)

Source from the content-addressed store, hash-verified

885 }
886
887 private bindingContextChanged(data: PropertyChangeData): void {
888 this.bindings.get('bindingContext').bind(data.value);
889 }
890
891 private bindings: Map<string, Binding>;
892 private shouldAddHandlerToParentBindingContextChanged: boolean;

Callers

nothing calls this directly

Calls 2

bindMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected