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

Method set

packages/core/ui/core/properties/index.ts:1292–1296  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

1290 enumerable: false,
1291 configurable: true,
1292 set(value: string) {
1293 converter(value).forEach(([property, value]) => {
1294 this[property.cssLocalName] = value;
1295 });
1296 },
1297 };
1298
1299 cssSymbolPropertyMap[key] = this;

Callers 7

bindFunction · 0.45
_setupUIFunction · 0.45
saveModalFunction · 0.45
getHandlerForEventNameFunction · 0.45
addWeakEventListenerFunction · 0.45
updateOptionsMethod · 0.45

Calls 2

converterFunction · 0.85
forEachMethod · 0.80

Tested by

no test coverage detected