Dashboard Providers
Create custom dashboard providers to return the data for rendering dashboard widgets.
Dashboard providers are responsible for fetching and returning the data and UI options that power dashboard widgets.
Guide Status
This page is currently a short reference while the full implementation guide is being expanded.
For the current dashboard implementation flow, start with the dashboarding guides below:
- Dashboard Metadata Authoring Guide
- Build a Custom Dashboard Widget Provider
- Frontend Dashboard Widget Extension Contract
If you are extending dashboard behavior from the backend side, the key implementation concerns are:
- Selecting the provider contract to implement
- Shaping the returned widget data consistently
- Keeping provider output aligned with the frontend widget expectations

