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

Method textWrap

packages/core/ui/label/index.ios.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 get textWrap(): boolean {
44 return this.style.whiteSpace === 'normal';
45 }
46 set textWrap(value: boolean) {
47 if (typeof value === 'string') {
48 value = booleanConverter(value);

Callers

nothing calls this directly

Calls 1

booleanConverterFunction · 0.90

Tested by

no test coverage detected