GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.28.0
  • Code samples
  • GitHub

VisualisationConfig5.text\_wrapping

Home > @gooddata/sdk-code-schemas > v1 > VisualisationConfig5 > text_wrapping

v1.VisualisationConfig5.text_wrapping property

Text wrapping settings for table cells and headers.

Signature:

text_wrapping?: {
        wrap_text?: boolean;
        wrap_header_text?: boolean;
        column_overrides?: {
            locators?: {
                [k: string]: unknown;
            }[];
            wrap_text?: boolean;
            wrap_header_text?: boolean;
            match_type?: "column" | "pivotGroup";
            [k: string]: unknown;
        }[];
        [k: string]: unknown;
    };
  • v1.VisualisationConfig5.text_wrapping property
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use