DashboardStat
DashboardStat =
object
Defined in: packages/admin/src/types.ts:479
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:481
Display label for the stat card (e.g., "Total Users").
value:
number
Defined in: packages/admin/src/types.ts:483
The numeric count value.