DashboardInsightWidgetVisConfigurationChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetVisConfigurationChangedPayload
DashboardInsightWidgetVisConfigurationChangedPayload 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.
Payload of the DashboardInsightWidgetVisPropertiesChanged event.
Signature:
export interface DashboardInsightWidgetVisConfigurationChangedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
newConfig | readonly | IInsightWidgetConfiguration | undefined | (BETA) New visualization config that are now in effect for the insight widget. These config will be merged with the config defined on the insight itself. They will influence how the insight visually appears. Will be undefined if there are no widget-level visualization config set for the particular insight widget. |
oldConfig | readonly | IInsightWidgetConfiguration | undefined | (BETA) Previous visualization config to detect what has been changed if this info needed. |
ref | readonly | ObjRef | (BETA) Reference to Insight Widget that was changed. |