Interface: BigNumberCard
Defined in: DashboardCard.tsx:45
Extends
BaseDashboardCard
Properties
additionalInfo?
optionaladditionalInfo?:string
Defined in: DashboardCard.tsx:50
color?
optionalcolor?:string
Defined in: DashboardCard.tsx:34
Inherited from
BaseDashboardCard.color
currency?
optionalcurrency?: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:
Pick<DashboardCardData,"value">
Defined in: DashboardCard.tsx:47
description?
optionaldescription?:string
Defined in: DashboardCard.tsx:32
Inherited from
BaseDashboardCard.description
icon?
optionalicon?:string
Defined in: DashboardCard.tsx:33
Inherited from
BaseDashboardCard.icon
id
id:
string
Defined in: DashboardCard.tsx:30
Inherited from
BaseDashboardCard.id
locale?
optionallocale?: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?
optionalnumberDecimalPlaces?:number
Defined in: DashboardCard.tsx:37
Inherited from
BaseDashboardCard.numberDecimalPlaces
numberType
numberType:
CardNumberType
Defined in: DashboardCard.tsx:36
Inherited from
BaseDashboardCard.numberType
sourceType?
optionalsourceType?:CardSourceType[]
Defined in: DashboardCard.tsx:42
Inherited from
BaseDashboardCard.sourceType
status?
optionalstatus?:StatusIndicator
Defined in: DashboardCard.tsx:51
suffix?
optionalsuffix?:string
Defined in: DashboardCard.tsx:48
title
title:
string
Defined in: DashboardCard.tsx:31
Inherited from
BaseDashboardCard.title
trend?
optionaltrend?:TrendIndicator
Defined in: DashboardCard.tsx:49
type
type:
"bigNumber"
Defined in: DashboardCard.tsx:46
variant?
optionalvariant?:CardVariant
Defined in: DashboardCard.tsx:35
Inherited from
BaseDashboardCard.variant