DashboardKpiWidgetMeasureChanged
Home > @gooddata/sdk-ui-dashboard > DashboardKpiWidgetMeasureChanged
DashboardKpiWidgetMeasureChanged interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This event is emitted when the dashboard's KPI Widget measure is modified - the KPI now shows value for different measure. The change of measure to use may be accompanied with a change of the KPI header (change of title). In that case new value of header is also included in the event.
Signature:
export interface DashboardKpiWidgetMeasureChanged extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardKpiWidgetMeasureChangedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | (BETA) |