VisualisationConfig16.text\_wrapping
Home > @gooddata/sdk-code-schemas > v1 > VisualisationConfig16 > text_wrapping
v1.VisualisationConfig16.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;
};