Skip to main content

Alerts

Alerts allow you to display important information to the administrators who use the Dashboard. They can be used to notify users about pending tasks, system status, or any conditions that require attention.

Info

This API is further documented in the DashboardAlertDefinition API reference

Creating a Custom Alert

To create a custom alert, you need to define a DashboardAlertDefinition object and register it with the Dashboard.

Alert example

Example: Pending Search Index Updates Alert

Let's take the built-in "pending search index updates" as an example, since it demonstrates many features you'll also use in your own custom alerts.

pending-updates-alert.tsx

This alert is the registered in your dashboard extensions extry point:

Ts
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page