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

Function valueConverter

packages/core/ui/text-base/text-base-common.ts:247–253  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

245 defaultValue: 'inherit',
246 affectsLayout: false,
247 valueConverter(value: string) {
248 try {
249 return booleanConverter(value);
250 } catch (e) {
251 return 'inherit';
252 }
253 },
254});
255iosTextAnimationProperty.register(TextBaseCommon);
256

Callers

nothing calls this directly

Calls 1

booleanConverterFunction · 0.90

Tested by

no test coverage detected