Type alias KpiIconCondition Beta
KpiIconCondition:
object
Condition that shows a KpiIcon next to the KPI headline value or comparison readout when it matches. Conditions are evaluated in order; the first match wins.
Type declaration
expression
expression: string
Value to compare against, expressed as a string.
icon
icon: KpiIcon
Icon rendered when the condition matches.
operator
operator: DataColorCondition["operator"]
Comparison operator, same convention as DataColorCondition.