DashboardInsightWidgetDescriptionChanged
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetDescriptionChanged
DashboardInsightWidgetDescriptionChanged 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 description of an insight widget changed. The new value of the description (summary) is included in the event.
Signature:
export interface DashboardInsightWidgetDescriptionChanged extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardInsightWidgetDescriptionChangedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | (BETA) |