ConditionalFormattingEmptinessOperator
Home > @gooddata/sdk-ui-pivot > ConditionalFormattingEmptinessOperator
ConditionalFormattingEmptinessOperator 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.
Emptiness operators — target-agnostic: an empty cell (null measure value, valueless attribute element) is matched only by these, on any target kind.
Signature:
export type ConditionalFormattingEmptinessOperator = "IS_EMPTY" | "IS_NOT_EMPTY";