QueryWidgetAlertCount
Home > @gooddata/sdk-ui-dashboard > QueryWidgetAlertCount
QueryWidgetAlertCount interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Given a reference to a KPI widget, this query will obtain the total number of alerts all the users have set on it.
Signature:
export interface QueryWidgetAlertCount extends IDashboardQuery
Extends: IDashboardQuery
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | { readonly widgetRef: ObjRef; } | (ALPHA) |
type | readonly | "GDC.DASH/QUERY.WIDGET.ALERT_COUNT" | (ALPHA) |