IConditionalFormattingFormat
Home > @gooddata/sdk-ui-pivot > IConditionalFormattingFormat
IConditionalFormattingFormat interface
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.
The visual format applied to a matched cell or row.
Signature:
export interface IConditionalFormattingFormat
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) (Optional) Fill / background color (raw hex, e.g. "#E54D40"). | ||
|
string |
(ALPHA) (Optional) Text color (raw hex, e.g. "#FFFFFF"). | ||
|
"cell" | "row" |
(ALPHA) Whether the format applies to the matched cell only or the whole row. |