Skip to main content

Interface: BigNumberSparklineCard

Defined in: DashboardCard.tsx:54

Extends

  • BaseDashboardCard

Properties

additionalInfo?

optional additionalInfo?: string

Defined in: DashboardCard.tsx:59


color?

optional color?: string

Defined in: DashboardCard.tsx:34

Inherited from

BaseDashboardCard.color


currency?

optional currency?: string

Defined in: DashboardCard.tsx:39

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

Inherited from

BaseDashboardCard.currency


data

data: DashboardCardData

Defined in: DashboardCard.tsx:56


description?

optional description?: string

Defined in: DashboardCard.tsx:32

Inherited from

BaseDashboardCard.description


icon?

optional icon?: string

Defined in: DashboardCard.tsx:33

Inherited from

BaseDashboardCard.icon


id

id: string

Defined in: DashboardCard.tsx:30

Inherited from

BaseDashboardCard.id


locale?

optional locale?: string

Defined in: DashboardCard.tsx:41

BCP 47 locale tag used for number/currency formatting (e.g. "pt-BR", "en-US"). Defaults to the i18n context locale.

Inherited from

BaseDashboardCard.locale


numberDecimalPlaces?

optional numberDecimalPlaces?: number

Defined in: DashboardCard.tsx:37

Inherited from

BaseDashboardCard.numberDecimalPlaces


numberType

numberType: CardNumberType

Defined in: DashboardCard.tsx:36

Inherited from

BaseDashboardCard.numberType


sourceType?

optional sourceType?: CardSourceType[]

Defined in: DashboardCard.tsx:42

Inherited from

BaseDashboardCard.sourceType


suffix?

optional suffix?: string

Defined in: DashboardCard.tsx:57


title

title: string

Defined in: DashboardCard.tsx:31

Inherited from

BaseDashboardCard.title


trend?

optional trend?: TrendIndicator

Defined in: DashboardCard.tsx:58


type

type: "bigNumberSparkline" | "lineChart"

Defined in: DashboardCard.tsx:55


variant?

optional variant?: CardVariant

Defined in: DashboardCard.tsx:35

Inherited from

BaseDashboardCard.variant