HomeVendure CoreShow hidden breadcrumbs...HooksUseAlertsOn this pageUseAlertsuseAlerts @vendure/dashboardSourcev3.5.0 Returns information about all registered Alerts, including how many are active and at what severity. Signaturefunction useAlerts(): { alerts: AlertEntry[]; activeCount: number; highestSeverity: AlertSeverity } AlertEntry @vendure/dashboardSourcev3.5.0 An individual Alert item. Signatureinterface AlertEntry { definition: DashboardAlertDefinition; active: boolean; currentSeverity?: AlertSeverity; lastData: any; dismiss: () => void;} definitionpropertyDashboardAlertDefinitionactivepropertybooleancurrentSeveritypropertyAlertSeveritylastDatapropertyanydismissproperty() => voidWas this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousHooksNextUseAuthEdited Apr 20, 2026ยทEdit this page