DashboardStat
DashboardStat =
object
Defined in: packages/admin/src/types.ts:377
A single stat card displayed on the admin dashboard.
Produced by the admin loader when processing "count" type dashboard widgets.
Properties
Section titled “Properties”label:
string
Defined in: packages/admin/src/types.ts:379
Display label for the stat card (e.g., "Total Users").
value:
number
Defined in: packages/admin/src/types.ts:381
The numeric count value.