CnSpendAnalyticsWidget
Financial spend-analytics widget; data via dataSource/cnSpendSource.
Part of the dashboard widget library (v2). Registered with the dashboard widget registry and consumed by MyDash/LaunchPad's widget grid. See the widget library overview and docs/architecture/cards-and-widgets.md.
Reference
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
content | object | \{\} | Persisted widget content {period, viewMode, filters, aiInsights}. | |
dataSource | union | null | Consumer-supplied data source overriding the cnSpendAnalyticsSource injection. Must expose fetchSummary, fetchVendorCommitments, and fetchNarrative; may expose resolveDeepLink. When null the injection (then the empty state) is used. |