DashboardInsightWidgetVisPropertiesChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetVisPropertiesChangedPayload
DashboardInsightWidgetVisPropertiesChangedPayload 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 DashboardInsightWidgetVisPropertiesChangedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
properties | readonly | VisualizationProperties | undefined | (BETA) New visualization properties that are now in effect for the insight widget. These properties will be merged with the properties defined on the insight itself. They will influence how the insight visually appears. Will be undefined if there are no widget-level visualization properties set for the particular insight widget. |
ref | readonly | ObjRef | (BETA) Reference to Insight Widget that was changed. |