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

Function textWrap

packages/core/ui/button/button-common.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 accessibilityRole = AccessibilityRole.Button;
12
13 get textWrap(): boolean {
14 return this.style.whiteSpace === 'normal';
15 }
16 set textWrap(value: boolean) {
17 if (typeof value === 'string') {
18 value = booleanConverter(value);

Callers

nothing calls this directly

Calls 1

booleanConverterFunction · 0.90

Tested by

no test coverage detected