Skip to main content

Interface: DashboardCard

Defined in: DashboardCard.tsx:43

Properties

additionalInfo?

optional additionalInfo?: string

Defined in: DashboardCard.tsx:58


color?

optional color?: string

Defined in: DashboardCard.tsx:48


data

data: DashboardCardData

Defined in: DashboardCard.tsx:55


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:54


metrics?

optional metrics?: MetricsRecord[]

Defined in: DashboardCard.tsx:60


numberDecimalPlaces?

optional numberDecimalPlaces?: number

Defined in: DashboardCard.tsx:51


numberType

numberType: CardNumberType

Defined in: DashboardCard.tsx:50


sourceType

sourceType: CardSourceType[]

Defined in: DashboardCard.tsx:53


status?

optional status?: StatusIndicator

Defined in: DashboardCard.tsx:59


suffix?

optional suffix?: string

Defined in: DashboardCard.tsx:56


title

title: string

Defined in: DashboardCard.tsx:45


trend?

optional trend?: TrendIndicator

Defined in: DashboardCard.tsx:57


type

type: DashboardCardType

Defined in: DashboardCard.tsx:52


variant?

optional variant?: CardVariant

Defined in: DashboardCard.tsx:49