Skip to main content

Interface: BigNumberCard

Defined in: DashboardCard.tsx:45

Extends

  • BaseDashboardCard

Properties

additionalInfo?

optional additionalInfo?: string

Defined in: DashboardCard.tsx:50


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: Pick<DashboardCardData, "value">

Defined in: DashboardCard.tsx:47


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


status?

optional status?: StatusIndicator

Defined in: DashboardCard.tsx:51


suffix?

optional suffix?: string

Defined in: DashboardCard.tsx:48


title

title: string

Defined in: DashboardCard.tsx:31

Inherited from

BaseDashboardCard.title


trend?

optional trend?: TrendIndicator

Defined in: DashboardCard.tsx:49


type

type: "bigNumber"

Defined in: DashboardCard.tsx:46


variant?

optional variant?: CardVariant

Defined in: DashboardCard.tsx:35

Inherited from

BaseDashboardCard.variant