Skip to main content

Interface: DashboardCard

Defined in: DashboardCard.tsx:43

Properties

additionalInfo?

optional additionalInfo?: string

Defined in: DashboardCard.tsx:60


color?

optional color?: string

Defined in: DashboardCard.tsx:48


currency?

optional currency?: string

Defined in: DashboardCard.tsx:53

ISO 4217 currency code (e.g. "BRL", "USD", "EUR"). Only used when numberType is "currency". Defaults to "BRL".


data

data: DashboardCardData

Defined in: DashboardCard.tsx:57


description?

optional description?: string

Defined in: DashboardCard.tsx:46


icon?

optional icon?: string

Defined in: DashboardCard.tsx:47


id

id: string

Defined in: DashboardCard.tsx:44


labels?

optional labels?: (string | number)[]

Defined in: DashboardCard.tsx:56


metrics?

optional metrics?: MetricsRecord[]

Defined in: DashboardCard.tsx:62


numberDecimalPlaces?

optional numberDecimalPlaces?: number

Defined in: DashboardCard.tsx:51


numberType

numberType: CardNumberType

Defined in: DashboardCard.tsx:50


sourceType

sourceType: CardSourceType[]

Defined in: DashboardCard.tsx:55


status?

optional status?: StatusIndicator

Defined in: DashboardCard.tsx:61


suffix?

optional suffix?: string

Defined in: DashboardCard.tsx:58


title

title: string

Defined in: DashboardCard.tsx:45


trend?

optional trend?: TrendIndicator

Defined in: DashboardCard.tsx:59


type

type: DashboardCardType

Defined in: DashboardCard.tsx:54


variant?

optional variant?: CardVariant

Defined in: DashboardCard.tsx:49