PivotTableNextConfigWithConditionalFormatting
Home > @gooddata/sdk-ui-pivot > PivotTableNextConfigWithConditionalFormatting
PivotTableNextConfigWithConditionalFormatting type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
PivotTableNextConfig extended with the conditional formatting configuration.
Signature:
export type PivotTableNextConfigWithConditionalFormatting = PivotTableNextConfig & PivotTableNextConditionalFormattingConfig;
References: PivotTableNextConfig, PivotTableNextConditionalFormattingConfig
Remarks
Exists because PivotTableNextConfig (@public) must not reference this @alpha config directly (api-extractor release-tag rule). Once conditional formatting graduates to @public, fold the config in there and keep this alias as a deprecated re-export — that preserves the type name only, so a change to the conditional formatting model still forces anyone holding generated embed code to regenerate it.