matchType
Home > @gooddata/sdk-ui-pivot > IColumnTextWrappingItem > matchType
IColumnTextWrappingItem.matchType property
Match type determines how the locators are matched against columns.
- "column" (default): Exact match - all locators must match exactly - "pivotGroup": Pivot group match - locators match the pivot group and all its descendant columns
Signature:
matchType?: "column" | "pivotGroup";
Remarks
Use "pivotGroup" for pivot group headers to match all descendant columns. Use "column" (or omit) for specific column overrides.