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

Method textWrap

packages/core/ui/label/index.android.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 nativeTextViewProtected: org.nativescript.widgets.StyleableTextView;
14
15 get textWrap(): boolean {
16 return this.style.whiteSpace === 'normal';
17 }
18 set textWrap(value: boolean) {
19 if (typeof value === 'string') {
20 value = booleanConverter(value);

Callers

nothing calls this directly

Calls 1

booleanConverterFunction · 0.90

Tested by

no test coverage detected