sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias KpiIconName Beta

KpiIconName: "arrow-down" | "arrow-down-right" | "arrow-right" | "arrow-up" | "arrow-up-right" | "check" | "circle" | "cross" | "diamond" | "flag" | "info" | "minus" | "square" | "star" | "triangle" | "warning"

Identifies one of the built-in icons available for KPI conditional icons -- see KpiIcon.

The set follows the familiar conditional-formatting taxonomy: trend arrows, status marks, traffic-light shapes (recolorable via the icon's color), and rating/flag extras.

Example

const iconName: KpiIconName = 'arrow-up';
Last Updated: