DashboardInsightWidgetHeaderChanged
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetHeaderChanged
DashboardInsightWidgetHeaderChanged interface
This API is provided as a 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 header of an insight widget changed. The new value of the header (title) is included in the event.
Signature:
export interface DashboardInsightWidgetHeaderChanged extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Type | Description |
---|---|---|
payload | DashboardInsightWidgetHeaderChangedPayload | (BETA) |
type | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | (BETA) |