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

Function set

packages/core/ui/core/view-base/index.ts:708–710  ·  view source on GitHub ↗
(name: string, value: any)

Source from the content-addressed store, hash-verified

706 // Overridden so we don't raise `propertyChange`
707 // The property will raise its own event.
708 public set(name: string, value: any) {
709 this[name] = WrappedValue.unwrap(value);
710 }
711
712 @profile
713 public onLoaded() {

Callers

nothing calls this directly

Calls 1

unwrapMethod · 0.80

Tested by

no test coverage detected